Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Jun 21, 2023
1 parent a09c02f commit 45503fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-schema-router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SchemaRouterApp {
req.routerId = this.routerFn(req, res);
next();
}),
...conditionalApps
...conditionalApps,
];
}

Expand Down

0 comments on commit 45503fd

Please sign in to comment.