Skip to content

Commit 636a61f

Browse files
committed
CR Changes.
1 parent 88ba3e7 commit 636a61f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/MongoDB.Driver/MongoCollectionImpl.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -497,11 +497,7 @@ public async Task InsertOneAsync(TDocument document, CancellationToken cancellat
497497
Verbose = options.Verbose
498498
};
499499

500-
var result = await ExecuteReadOperation(operation, cancellationToken);
501-
502-
// TODO: need to suck out result field...
503-
504-
return null;
500+
return await ExecuteReadOperation(operation, cancellationToken);
505501
}
506502
else
507503
{

0 commit comments

Comments
 (0)