Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Jul 19, 2019
1 parent 5ae95d9 commit 8ae7ddd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/cloud/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ if (Permissions) {
Permissions.createOrUpdate('manage-cloud', ['admin']);
}


const licenseCronName = 'Cloud Workspace Sync';

Meteor.startup(function() {
// run token/license sync if registered
syncWorkspace();

SyncedCron.remove(licenseCronName);
SyncedCron.add({
name: licenseCronName,
Expand Down

0 comments on commit 8ae7ddd

Please sign in to comment.