Skip to content

Commit a83b9c2

Browse files
committed
Removed unnecessary
1 parent b1efbfa commit a83b9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Driver/Linq/Linq3Implementation/Ast/Filters/AstTypeFilterOperation.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public override BsonValue Render()
5959
}
6060
}
6161

62-
private string MapBsonTypeToString(BsonType type) //TODO Is this the only place where we do this conversion?
62+
private string MapBsonTypeToString(BsonType type)
6363
{
6464
switch (type)
6565
{

0 commit comments

Comments
 (0)