Skip to content

Commit

Permalink
fix key error
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Jul 11, 2024
1 parent 7affe92 commit f56d991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/routes/beatmap/[id].ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export default defineEventHandler(async (h3Event) => {
})
}

await sendRedirect(h3Event, `/beatmapset/${bm.beatmapset.id}?$md5=${bm.md5}&mode=${bm.mode}`)
await sendRedirect(h3Event, `/beatmapset/${bm.beatmapset.id}?beatmap=${bm.md5}&mode=${bm.mode}`)
})

0 comments on commit f56d991

Please sign in to comment.