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 208f9d7 commit ee7a3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ServerError } from "./types.ts";

export interface ContextInit {
request: Request;
params?: Record<string, string>;
params?: Record<string, string | undefined>;
}

const badRequest = {
Expand Down

0 comments on commit ee7a3d9

Please sign in to comment.