We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3d169 commit 8a140b9Copy full SHA for 8a140b9
packages/event-handler/src/rest/RouteHandlerRegistry.ts
@@ -88,8 +88,8 @@ class RouteHandlerRegistry {
88
this.#dynamicRoutes[i] = dynamicRoute;
89
} else {
90
this.#dynamicRoutes.push(dynamicRoute);
91
+ this.#dynamicRoutesSet.add(route.id);
92
}
- this.#dynamicRoutesSet.add(route.id);
93
94
if (this.#staticRoutes.has(route.id)) {
95
this.#logger.warn(
0 commit comments