Skip to content

Commit

Permalink
update cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
samad-yar-khan committed Apr 3, 2022
1 parent 847067d commit 3b0b99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/config/functions/cron.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
'*/* 10 * * * *': () => {
githubKit('RocketChat','RC4Community',['issues','contributors','pulls']);
},
'*/* 10 * * * *': () => {
'*/* 30 * * * *': () => {
gitlabKit(3472737,['issues','merges','members']);
}
};

0 comments on commit 3b0b99c

Please sign in to comment.