format code using npm run fmt

This commit is contained in:
WailGree 2025-06-10 13:47:59 +02:00
parent 12936b84e9
commit 7d602e80ce

View file

@ -202,8 +202,7 @@ export const upload = async (
console.log(`✅ Uploaded ${name}`);
return json;
} finally {
await fh.close().catch(() => {
});
await fh.close().catch(() => {});
}
};