Skip to content

Commit 7263a05

Browse files
committed
Small fix to work better with Optional
1 parent b6ef4d2 commit 7263a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Driver.Encryption/CsfleSchemaBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public CsfleSchemaBuilder Encrypt<T>(CollectionNamespace collectionNamespace, Ac
6262
/// <summary>
6363
/// Builds and returns the resulting CSFLE schema.
6464
/// </summary>
65-
public IDictionary<string, BsonDocument> Build()
65+
public Dictionary<string, BsonDocument> Build()
6666
{
6767
if (!_schemas.Any())
6868
{

0 commit comments

Comments
 (0)