Skip to content

Commit 94ff272

Browse files
committed
DOCSP-31268: Added missing bracket to code sample (#714)
(cherry picked from commit d989545)
1 parent fd1d92f commit 94ff272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fundamentals/gridfs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ following code snippet:
115115
pipe(bucket.openUploadStream('myFile', {
116116
chunkSizeBytes: 1048576,
117117
metadata: { field: 'myField', value: 'myValue' }
118-
});
118+
}));
119119

120120
See the `openUploadStream() API documentation <{+api+}/classes/GridFSBucket.html#openUploadStream>`__ for more information.
121121

0 commit comments

Comments
 (0)