Changes to be committed:
	modified:   src/lib/utils/database/experience.ts
This commit is contained in:
matthieu42morin 2023-03-22 16:31:27 +01:00
parent d28e4c4def
commit a7c6f29e04
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { databases } from '$lib/appwrite'
import { Query } from 'appwrite'
import database from 'svelte-appwrite-client/src/lib/database'
import { getLocationDataFromLatAndLong } from '../locations'
import { writable } from '$lib/stores/stores'
import { writable } from 'svelte/store'
import { CheckPoint, Experience } from '$lib/TStypes/experiences'
//Loading of checkpoints and rating is done in the same function to prevent multiple requests to the database