mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
* feat: historical tasks in database, better scheduling, and unified API for accessing tasks * feat: new UI for everything * fix: add translations and fix formatting
This commit is contained in:
@@ -5,7 +5,7 @@ export default defineTask({
|
||||
name: "dailyTasks",
|
||||
},
|
||||
async run() {
|
||||
taskHandler.triggerDailyTasks();
|
||||
await taskHandler.triggerDailyTasks();
|
||||
|
||||
return {};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user