Skip to content

Commit

Permalink
Fix crowd error with import of SyncedCron (#12641)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok authored Nov 16, 2018
1 parent 12103a2 commit fa79a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rocketchat-crowd/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Package.onUse(function(api) {
'templating',
'accounts-base',
'accounts-password',
'littledata:synced-cron',
]);

api.mainModule('client/index.js', 'client');
Expand Down

0 comments on commit fa79a2b

Please sign in to comment.