Skip to content

Commit ab623cb

Browse files
committed
forgot the await oops
1 parent 77a5c0c commit ab623cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,5 +613,5 @@ if (
613613
cron.schedule("0 30 2 * * *", getFilesJob);
614614

615615
//run these tasks after to add new functions
616-
updateMetadata()
617-
updateKws()
616+
await updateMetadata()
617+
await updateKws()

0 commit comments

Comments
 (0)