Skip to content

Commit 43ad644

Browse files
ci: apply automated fixes
1 parent 2260c83 commit 43ad644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/start-api-routes/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export const defaultAPIFileRouteHandler: StartAPIHandlerCallback = async ({
339339
value: match.routePath,
340340
writable: true,
341341
configurable: true,
342-
});
342+
})
343343

344344
// The action is the route file that we need to import
345345
// which contains the possible handlers for the incoming request

0 commit comments

Comments
 (0)