Skip to content

Commit

Permalink
Fix LGTM Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
samad-yar-khan committed Mar 27, 2022
1 parent 994744b commit 19b016d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cms/config/functions/cron.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ module.exports = {
},
'*/60 * * * * *': () => {
getCommunityContributors('https://gsoc.rocket.chat/api/data','rocketChat','Rocket.Chat');
updateSpeakerData();
},
'*/* 10 * * * *': () => {
githubKit('RocketChat','RC4Community',['issues','contributors','pulls']);
},
'*/60 * * * * *': () => {
updateSpeakerData();
}
};

0 comments on commit 19b016d

Please sign in to comment.