We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0658746 commit 378805cCopy full SHA for 378805c
README.md
@@ -847,7 +847,7 @@ if (subscription.isTrial || account.balance > 0) {
847
848
```ts
849
function canActivateService(subscription: Subscription, account: Account) {
850
- return subscription.isTrial || account.balance > 0
+ return subscription.isTrial || account.balance > 0;
851
}
852
853
if (canActivateService(subscription, account)) {
0 commit comments