Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangoacher committed Mar 5, 2020
1 parent ec48f62 commit 2845c49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/trail-core/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const defaultDBPoolSettings = {
class TrailsManager {
constructor (opts) {
const {
logger = pino(),
db = {},
pool = new Pool({ ...defaultDBPoolSettings, ...db })
logger = pino(),
db = {},
pool = new Pool({ ...defaultDBPoolSettings, ...db })
} = opts
this.logger = logger
this.dbPool = pool
Expand Down

0 comments on commit 2845c49

Please sign in to comment.