archive screenshots as jpeg instead of png + bug fix

This commit is contained in:
daniel31x13
2024-06-28 09:39:31 -04:00
parent 8a901ba0e9
commit 06234e42df
3 changed files with 6 additions and 4 deletions
@@ -80,7 +80,7 @@ export default async function deleteUserById(
});
// Delete archive folders
removeFolder({ filePath: `archives/${collection.id}` });
await removeFolder({ filePath: `archives/${collection.id}` });
await removeFolder({
filePath: `archives/preview/${collection.id}`,