Commit b3a9b713 authored by Yechang's avatar Yechang
Browse files

fix: penalty

parent 9b5e3d09
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,6 +65,6 @@ export const load = (async ({ parent }) => {
        }
    }))

    return json(res)
    return res
}) satisfies PageServerLoad;
+1 −1
Original line number Diff line number Diff line
@@ -60,6 +60,6 @@ export const load = (async ({ parent, params }) => {
        }
    }))

    return json(res)
    return res
}) satisfies PageServerLoad;