Skip to content

Commit

Permalink
style(services/user): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian committed Oct 10, 2024
1 parent bd99f76 commit 4e8bc08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/services/users/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ db.connect()
hostname: config.secret.host,
});

// eslint-disable-next-line no-console
console.log('externalServer', {
url: externalServer.url.toString(),
});

// eslint-disable-next-line no-console
console.log('internalServer', {
url: internalServer.url.toString(),
});
Expand Down

0 comments on commit 4e8bc08

Please sign in to comment.