Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Oct 9, 2023
1 parent 0b831e5 commit 1e8c7a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/ee/app/license/server/startup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ settings.onReady(async () => {

License.onBehaviorTriggered('disable_modules', async (context) => syncByTrigger(`disable_modules_${context.limit}`));

Check failure on line 96 in apps/meteor/ee/app/license/server/startup.ts

View workflow job for this annotation

GitHub Actions / 🔎 Code Check / Code Lint

Delete `⏎`
// License.onBehaviorTriggered('invalidate_license', async () => syncByTrigger('invalidate_license'));
});

License.setLicenseLimitCounter('activeUsers', () => Users.getActiveLocalUserCount());
Expand Down

0 comments on commit 1e8c7a5

Please sign in to comment.