chore: remove throw

This commit is contained in:
Miodec 2024-03-12 16:45:01 +01:00
parent 0a401917b3
commit 5400d06887

View file

@ -51,7 +51,6 @@ async function copy(): Promise<void> {
const url = await generateUrl();
try {
throw "a";
await navigator.clipboard.writeText(url);
Notifications.add("URL Copied to clipboard", 1);
void modal.hide();