Skip to content

Commit

Permalink
fix: Remove TS load error toast from loadMyTokenScript method
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Dec 5, 2024
1 parent 04af5fa commit 65cae5a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,6 @@ export class NewViewer {
if (tsMeta.loadType == "url" && new URL(tsMeta.tokenScriptId).hostname === "localhost")
return;

this.showToast.emit({
type: "error",
title: "Failed to load TokenScript",
description: e.message
});

this.myTokenScripts = {...this.myTokenScripts, [tsMeta.tokenScriptId]: tsMeta};
}
}
Expand Down

0 comments on commit 65cae5a

Please sign in to comment.