Update index.ts

This commit is contained in:
Andras Bacsai 2022-12-27 13:46:33 +01:00 committed by GitHub
parent 507eb3b424
commit 5b9f38948b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -574,7 +574,6 @@ async function cleanupStorage() {
const { capacity } = data[0];
if (capacity > 0.8) {
lowDiskSpace = true;
force = true;
}
}
} catch (error) {}