mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-10 15:46:04 +08:00
chore: remove throw
This commit is contained in:
parent
0a401917b3
commit
5400d06887
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue