Skip to content

Commit

Permalink
refactor: destructuring order nit
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Aug 17, 2022
1 parent 2cd3180 commit b44cf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/logRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function logRoutes(routeInfo) {
boxen(
routeInfo
.map(
({ method, path, server, invokePath }) =>
({ invokePath, method, path, server }) =>
// eslint-disable-next-line prefer-template
logRoute(method, server, path, maxLength) +
'\n' +
Expand Down

0 comments on commit b44cf07

Please sign in to comment.