Skip to content

Commit

Permalink
These benchmarks are so instable
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Apr 2, 2024
1 parent c055fdb commit 6ac3caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kita/src/routes/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function get() {
return { hello: 'world' }
return { hello: 'world' } as const
}

0 comments on commit 6ac3caa

Please sign in to comment.