Skip to content

Commit

Permalink
ci: fix lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Oct 10, 2023
1 parent 1f2b384 commit ef1d37a
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 @@ -93,7 +93,6 @@ settings.onReady(async () => {
License.onBehaviorTriggered('start_fair_policy', async (context) => syncByTrigger(`start_fair_policy_${context.limit}`));

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

});

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

0 comments on commit ef1d37a

Please sign in to comment.