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

Commit

Permalink
samples: fix bad variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
unflores authored and wdavidw committed Oct 31, 2018
1 parent d759213 commit f4309fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/api.pipe.js
Expand Up @@ -16,4 +16,4 @@ const transformer = transform(function(record, callback){
}, {
parallel: 5
})
input.pipe(parser).pipe(transformer).pipe(process.stdout)
generator.pipe(parser).pipe(transformer).pipe(process.stdout)

0 comments on commit f4309fb

Please sign in to comment.