Skip to content

Commit 83aad71

Browse files
caitlindaveyjordan-smith721
authored andcommitted
DOCSP-31268: Added missing bracket to code sample (mongodb#714)
(cherry picked from commit d989545)
1 parent 3880a69 commit 83aad71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fundamentals/gridfs.txt

Lines changed: 1 addition & 1 deletion
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+}/GridFSBucket.html#openUploadStream>`__ for more information.
121121

0 commit comments

Comments
 (0)