diff --git a/server.js b/server.js index a1349d3..6e12bdd 100644 --- a/server.js +++ b/server.js @@ -613,5 +613,5 @@ if ( cron.schedule("0 30 2 * * *", getFilesJob); //run these tasks after to add new functions -updateMetadata() -updateKws() \ No newline at end of file +await updateMetadata() +await updateKws() \ No newline at end of file