Skip to content

Commit 637d5bd

Browse files
committed
fix: break -> container
1 parent b3934f0 commit 637d5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/src/parseRouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function parseRouter(controllerMetas: ControllerMetaType[]): Router {
3030
)
3131

3232
if (!routerMeta) {
33-
break
33+
continue
3434
}
3535
// route path
3636
const { path, methods: routeMethods } = routerMeta

0 commit comments

Comments
 (0)