Skip to content

Commit

Permalink
Missing bracket (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricius authored Apr 15, 2022
1 parent bf3602f commit be9d709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const pino = require('pino')
const transport = pino.transport({
targets: [
{ target: '/absolute/path/to/my-transport.mjs', level: 'error' },
{ target: 'some-file-transport', options: { destination: '/dev/null' }
{ target: 'some-file-transport', options: { destination: '/dev/null' }}
]
})
pino(transport)
Expand Down

0 comments on commit be9d709

Please sign in to comment.