File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -91,31 +91,23 @@ see the corresponding code output based on your collection's type parameter:
9191 "_id": ObjectId(
9292 "...",
9393 ),
94-
9594 ...
96-
9795 "name": String(
9896 "Cafe Un Deux Trois",
9997 ),
100- "restaurant_id": String(
101- "40369461",
102- ),
98+ ...
10399 }),
104100 ),
105101 Some(
106102 Document({
107103 "_id": ObjectId(
108104 "...",
109105 ),
110-
111106 ...
112-
113107 "name": String(
114108 "Calliope",
115109 ),
116- "restaurant_id": String(
117- "41665122",
118- ),
110+ ...
119111 }),
120112 )
121113 ...
Original file line number Diff line number Diff line change @@ -86,15 +86,11 @@ see the corresponding code output based on your collection's type parameter:
8686 "_id": ObjectId(
8787 "...",
8888 ),
89-
9089 ...
91-
9290 "name": String(
9391 "Tompkins Square Bagels",
9492 ),
95- "restaurant_id": String(
96- "41605054",
97- ),
93+ ...
9894 }),
9995 )
10096
You can’t perform that action at this time.
0 commit comments