forgot the await oops

This commit is contained in:
Alexandra
2025-05-31 14:50:39 -06:00
parent 77a5c0c98c
commit ab623cb2a8

View File

@@ -613,5 +613,5 @@ if (
cron.schedule("0 30 2 * * *", getFilesJob);
//run these tasks after to add new functions
updateMetadata()
updateKws()
await updateMetadata()
await updateKws()