Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
danteissaias authored Oct 1, 2024
1 parent 5a12f43 commit 208f9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const notFound = {

interface Match {
handler: Handler;
params?: Record<string, string>;
params?: Record<string, string | undefined>;
}

export interface WebApp {
Expand Down

0 comments on commit 208f9d7

Please sign in to comment.