There was an error while loading. Please reload this page.
1 parent a8a638f commit 61f506bCopy full SHA for 61f506b
1 file changed
packages/notices/server/emails.js
@@ -27,7 +27,7 @@ function sendEmail (userId, subject, html) {
27
28
SyncedCron.add({
29
name: 'Notify new grades',
30
- schedule: (parser) => parser.recur().on(3).hour(),
+ schedule: (parser) => parser.recur().every(1).hour(),
31
job: function () {
32
const toString = (g) => g.toString().replace('.', ',')
33
0 commit comments