mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-09 12:56:07 +08:00
changed timezone of cron task
This commit is contained in:
parent
6913724687
commit
bf957f9215
1 changed files with 1 additions and 0 deletions
|
|
@ -984,6 +984,7 @@ exports.getLeaderboard = functions.https.onCall((request, response) => {
|
|||
|
||||
exports.scheduledFunctionCrontab = functions.pubsub
|
||||
.schedule("00 00 * * *")
|
||||
.timeZone("Africa/Abidjan")
|
||||
.onRun((context) => {
|
||||
try {
|
||||
console.log("moving daily leaderboards to history");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue