From 5b9f38948b89436c200eaebbfe89c54afb7abdd3 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 27 Dec 2022 13:46:33 +0100 Subject: [PATCH] Update index.ts --- apps/api/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 0f86e7d0a..9cc34b537 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -574,7 +574,6 @@ async function cleanupStorage() { const { capacity } = data[0]; if (capacity > 0.8) { lowDiskSpace = true; - force = true; } } } catch (error) {}