Include works in allGrades
This commit is contained in:
parent
93b5857fa6
commit
a9bb758e99
5 changed files with 31 additions and 21 deletions
|
|
@ -1,5 +1,5 @@
|
|||
export async function load({ params }) {
|
||||
return {
|
||||
promo: params.promo,
|
||||
promo: parseInt(params.promo),
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue