Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Feb 2, 2024
1 parent 4362d44 commit d985745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { Server } from 'bun'
export class Siopao {
router: RadixRouter<{
method: HTTPMethod | 'ALL'
handler: (request: SiopaoRequest) => Response
handler: (request: SiopaoRequest) => Response | Promise<Response>
}>

constructor() {
Expand Down

0 comments on commit d985745

Please sign in to comment.