style: run prettier
All checks were successful
TrafficCue CI / check (push) Successful in 58s
TrafficCue CI / build (push) Successful in 46s

This commit is contained in:
Cfp
2025-07-03 18:07:42 +02:00
parent 0b7ba06e9e
commit cecba34979
5 changed files with 1049 additions and 35 deletions

View File

@ -212,7 +212,7 @@
variant="outline"
onclick={async () => {
const url = prompt("URL?");
if(!url) return;
if (!url) return;
await test(url);
}}
>