1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-21 13:59:36 +02:00

Fix duplicate visited regions

This commit is contained in:
Sean Morley 2024-08-17 08:08:46 -04:00
parent 96663bb17b
commit 4d193bc44d

View file

@ -35,6 +35,7 @@
} }
} else { } else {
console.error('Failed to mark region as visited'); console.error('Failed to mark region as visited');
addToast('error', `Failed to mark visit to ${region.name}`);
} }
} }
async function removeVisit() { async function removeVisit() {