Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Aug 30, 2024
1 parent 398862a commit edd401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export type RouteConfig = UserRouteConfig &
FetchImplementations &
InternalRouteConfig;
export type RouteResponseConfig = {
body?: BodyInit | object ;
body?: BodyInit | object;
status?: number;
headers?: {
[key: string]: string;
Expand Down

0 comments on commit edd401b

Please sign in to comment.