Skip to content

Commit

Permalink
fix(lint): do negate object ig
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Oct 17, 2024
1 parent 71d434b commit 6e1fb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/server/libs/payments/stripe/subscriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function applySubscription (session) {
sub,
groupId,
subscriptionId,
autoRenews: !Boolean(gift),
autoRenews: !gift,
});
}

Expand Down

0 comments on commit 6e1fb7d

Please sign in to comment.