Skip to content

Commit bad5d80

Browse files
faretek1actions-user
authored andcommitted
Format code
1 parent ce6efc8 commit bad5d80

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

addons/goboscript/userscript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export default async function ({ addon, console }) {
3030

3131
const data = await (await fetch(`https://faretek-api.vercel.app/api/sb2gs/?id=${projectId}`)).blob();
3232
downloadBlob((beginFilenameWithId ? `${projectId} ` : "") + titleStr + ".zip", data);
33-
3433
} catch (err) {
3534
window.alert(err);
3635
}

0 commit comments

Comments
 (0)