Lib: Fix deleting from wrong collection in RaceCard

This commit is contained in:
2025-02-17 18:07:09 +01:00
parent 9e39547936
commit bd7e962f83

View File

@ -139,7 +139,7 @@
}
try {
await pb.collection("raceresults").delete(race.id);
await pb.collection("races").delete(race.id);
invalidateAll();
modalStore.close();
} catch (error) {