Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VentGrey committed Jan 23, 2023
1 parent d418832 commit 10b511a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/routes/about/portfolio/[id]/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export const load = ( async ({ params }) => {
return {
records: JSON.parse(JSON.stringify(records))
};

}) satisfies PageServerLoad;

0 comments on commit 10b511a

Please sign in to comment.