mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: sveltecheck errors, add grades to admin ssr route
This commit is contained in:
parent
2d6cda1aef
commit
448a2e9654
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ export const load: PageServerLoad = async ({ fetch, params }) => {
|
|||
sex: '',
|
||||
personalIdNumber: '',
|
||||
schoolName: '',
|
||||
healthInsurance: ''
|
||||
healthInsurance: '',
|
||||
grades: []
|
||||
},
|
||||
parents: []
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue