@@ -210,8 +210,7 @@ public struct FindOneAndDeleteOptions: FindAndModifyOptionsConvertible, Decodabl
210
210
try FindAndModifyOptions (
211
211
collation: self . collation,
212
212
hint: self . hint,
213
- // swiftlint:disable:next colon
214
- `let`: self . let,
213
+ letValue: self . let,
215
214
maxTimeMS: self . maxTimeMS,
216
215
projection: self . projection,
217
216
remove: true ,
@@ -278,8 +277,7 @@ public struct FindOneAndReplaceOptions: FindAndModifyOptionsConvertible, Decodab
278
277
bypassDocumentValidation: self . bypassDocumentValidation,
279
278
collation: self . collation,
280
279
hint: self . hint,
281
- // swiftlint:disable:next colon
282
- `let`: self . let,
280
+ letValue: self . let,
283
281
maxTimeMS: self . maxTimeMS,
284
282
projection: self . projection,
285
283
returnDocument: self . returnDocument,
@@ -357,8 +355,7 @@ public struct FindOneAndUpdateOptions: FindAndModifyOptionsConvertible, Decodabl
357
355
bypassDocumentValidation: self . bypassDocumentValidation,
358
356
collation: self . collation,
359
357
hint: self . hint,
360
- // swiftlint:disable:next colon
361
- `let`: self . let,
358
+ letValue: self . let,
362
359
maxTimeMS: self . maxTimeMS,
363
360
projection: self . projection,
364
361
returnDocument: self . returnDocument,
0 commit comments