Patching a bug when delete an organization, add refetch.

This commit is contained in:
charlesgauthereau
2025-08-27 21:16:13 +02:00
parent dd7a65262c
commit 2f9e33f4db
16 changed files with 1842 additions and 38 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import cron from "node-cron";
import {retentionCleanTask} from "@/lib/tasks/project";
import {retentionCleanTask} from "@/lib/tasks/database";
export const retentionJob = cron.schedule("* * * * *", async () => {