Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lvax committed Oct 10, 2024
1 parent 4b56888 commit 4976b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/profile/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import type { User } from '$lib/types/User';
import { skillsSchema } from '$lib/schemas/skills';
import { formatDate } from '$lib/utils/formatDate';

// Define the user variable with a possible null type
// Define the user variable with a possible null
let user: User | null = null;

export const load: PageServerLoad = async (event) => {
Expand Down

0 comments on commit 4976b52

Please sign in to comment.