diff --git a/framework/core/js/src/forum/ForumApplication.ts b/framework/core/js/src/forum/ForumApplication.ts index f6ae27541..169e28135 100644 --- a/framework/core/js/src/forum/ForumApplication.ts +++ b/framework/core/js/src/forum/ForumApplication.ts @@ -80,7 +80,7 @@ export default class ForumApplication extends Application { routes(this); - this.route = Object.assign({}, (Object.getPrototypeOf(Object.getPrototypeOf(this)) as Application).route.bind(this), makeRouteHelpers(this)); + this.route = Object.assign((Object.getPrototypeOf(Object.getPrototypeOf(this)) as Application).route.bind(this), makeRouteHelpers(this)); } /**