Update project-queue.ts

This commit is contained in:
Daniel Hougaard
2024-03-06 23:20:23 +01:00
parent 3375d3ff85
commit 889df3dcb1

View File

@@ -529,8 +529,6 @@ export const projectQueueFactory = ({
throw new Error("Parts of the upgrade failed. Some secrets were not updated");
}
throw new Error("It worked! (This is a test error message)");
await projectDAL.setProjectUpgradeStatus(data.projectId, null, tx);
// await new Promise((resolve) => setTimeout(resolve, 15_000));