Skip to content

Commit 587b2d5

Browse files
committed
Fix
1 parent 5e97ce5 commit 587b2d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/read/change-streams.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,18 @@ following:
8989
"_id": { ... },
9090
"operationType": "update",
9191
"clusterTime": { ... },
92-
...
9392
"ns": {
9493
"db": "sample_restaurants",
9594
"coll": "restaurants"
9695
},
97-
...
9896
"updateDescription": {
9997
"updatedFields": {
10098
"cuisine": "Irish"
10199
},
102100
"removedFields": [],
103101
"truncatedArrays": []
104102
}
103+
...
105104
}
106105

107106
Modify the Change Stream Output

0 commit comments

Comments
 (0)