Fix critical error

This commit is contained in:
Sean Morley
2024-07-29 22:14:42 -04:00
parent 103500b5e1
commit f98ca62aad
3 changed files with 29 additions and 2 deletions

View File

@@ -33,7 +33,8 @@ export const load = (async (event) => {
return {
lngLat: [adventure.longitude, adventure.latitude] as [number, number],
name: adventure.name,
type: adventure.type
type: adventure.type,
collection: adventure.collection
};
});