Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroborges authored Sep 24, 2024
1 parent de91c84 commit b6d940d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ export class Router {
callback: (event: GlobalEvent<TEventName>) => GlobalEventResult<TEventName>,
): VoidFunction {
if (isServer) {
return () => {};
return () => {}
}

const listener = ((event: GlobalEvent<TEventName>) => {
Expand Down

0 comments on commit b6d940d

Please sign in to comment.