We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6efc8 commit bad5d80Copy full SHA for bad5d80
1 file changed
addons/goboscript/userscript.js
@@ -30,7 +30,6 @@ export default async function ({ addon, console }) {
30
31
const data = await (await fetch(`https://faretek-api.vercel.app/api/sb2gs/?id=${projectId}`)).blob();
32
downloadBlob((beginFilenameWithId ? `${projectId} ` : "") + titleStr + ".zip", data);
33
-
34
} catch (err) {
35
window.alert(err);
36
}
0 commit comments