Fix crowd error with import of SyncedCron (#12641)

pull/12156/head^2
Rodrigo Nascimento 7 years ago committed by GitHub
parent 12103a241d
commit fa79a2b323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/rocketchat-crowd/package.js

@ -14,6 +14,7 @@ Package.onUse(function(api) {
'templating',
'accounts-base',
'accounts-password',
'littledata:synced-cron',
]);
api.mainModule('client/index.js', 'client');

Loading…
Cancel
Save