Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSehrawat committed Oct 19, 2024
1 parent f4fa530 commit c84ee14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/settings/about/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export const load = (async () => {
return {
frontendVersion
};
}) satisfies PageServerLoad;
}) satisfies PageServerLoad;
2 changes: 1 addition & 1 deletion src/routes/settings/about/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ export const load: PageLoad = async ({ data }) => {
settings: await getAboutInfo(),
frontendVersion
};
};
};

0 comments on commit c84ee14

Please sign in to comment.