is visited

This commit is contained in:
Sean Morley
2024-10-31 09:51:04 -04:00
parent 9d42dbac98
commit 727daf0cfd
10 changed files with 284 additions and 281 deletions

View File

@@ -46,6 +46,7 @@ export const load = (async (event) => {
name: adventure.name,
visits: adventure.visits,
type: adventure.type,
is_visited: adventure.is_visited
};
});