chore: format

This commit is contained in:
Methapon2001 2024-08-02 14:50:23 +07:00
parent a7702d8599
commit ef1f404779

View file

@ -456,9 +456,7 @@ export class CustomerBranchController extends Controller {
stream.on("error", () => reject(new Error("MinIO error."))); stream.on("error", () => reject(new Error("MinIO error.")));
}).then((list) => { }).then((list) => {
list.map(async (v) => { list.map(async (v) => {
await minio.removeObject(MINIO_BUCKET, v, { await minio.removeObject(MINIO_BUCKET, v, { forceDelete: true });
forceDelete: true,
});
}); });
}); });
return v; return v;