Skip to content

Commit

Permalink
test: update fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 6, 2023
1 parent 91c32c9 commit e7209cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixture/api/param/[id].ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default eventHandler((event) => {
return event.context.params.id as number;
return Number(event.context.params.id);
});

0 comments on commit e7209cb

Please sign in to comment.