Skip to content

Commit

Permalink
Fix pipeline example (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
AceFire6 committed Aug 25, 2022
1 parent 0d56d99 commit c31bb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transports.md
Expand Up @@ -200,7 +200,7 @@ export default async function (options) {
chunk.service = 'pino'

// stringify the payload again
this.push(JSON.stringify(chunk))
this.push(`${JSON.stringify(chunk)}\n`)
cb()
}
})
Expand Down

0 comments on commit c31bb1b

Please sign in to comment.