Skip to content

Commit 5eac146

Browse files
committed
adjust time
1 parent 19f1c40 commit 5eac146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions/event-reminders-daily/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ const handler = async function (event, context) {
147147
}
148148
};
149149

150-
module.exports.handler = schedule('0 8 * * *', handler);
150+
module.exports.handler = schedule('0 12 * * *', handler);

functions/event-reminders-weekly/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ const handler = async function (event, context) {
139139
}
140140
};
141141

142-
module.exports.handler = schedule('0 8 * * 1', handler);
142+
module.exports.handler = schedule('0 12 * * 1', handler);

0 commit comments

Comments
 (0)