Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b07915d

Browse files
committed
Update pipe link
1 parent f5d5869 commit b07915d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎changeStreams.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ async function monitorListingsUsingStreamAPI(client, timeInMs = 60000, pipeline
137137
// See https://mongodb.github.io/node-mongodb-native/3.6/api/Collection.html#watch for the watch() docs
138138
const changeStream = collection.watch(pipeline);
139139

140-
// See https://mongodb.github.io/node-mongodb-native/3.6/api/ChangeStream.html#pipe for the pipe() docs
140+
// See https://mongodb.github.io/node-mongodb-native/3.6/api/ChangeStream.html#stream for the stream() docs
141141
changeStream.stream().pipe(
142142
new stream.Writable({
143143
objectMode: true,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /