chore: upgrade to SvelteKit 2.0

This commit is contained in:
2023-12-15 08:33:16 +10:00
parent 892934f580
commit 323045a940
20 changed files with 257 additions and 226 deletions

View File

@@ -190,7 +190,7 @@
// Return new photos
return photos
} else {
throw new Error('Error while loading new photos')
new Error('Error while loading new photos')
}
}