From 7d602e80cef99246abe0b5f43e40225581d1954c Mon Sep 17 00:00:00 2001 From: WailGree Date: Tue, 10 Jun 2025 13:47:59 +0200 Subject: [PATCH] format code using npm run fmt --- src/github.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/github.ts b/src/github.ts index 2f2ca92..4dbd17f 100644 --- a/src/github.ts +++ b/src/github.ts @@ -202,8 +202,7 @@ export const upload = async ( console.log(`✅ Uploaded ${name}`); return json; } finally { - await fh.close().catch(() => { - }); + await fh.close().catch(() => {}); } };