Skip to content

Commit 6554e09

Browse files
author
Jicheng Lu
committed
clean code
1 parent a4ee5ba commit 6554e09

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Plugins/BotSharp.Plugin.MongoStorage/MongoDbContext.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ public class MongoDbContext
88
private readonly string _mongoDbDatabaseName;
99
private readonly string _collectionPrefix;
1010

11-
private readonly IEnumerable<string> _dbIndexes = new List<string>()
12-
{
13-
"authSource"
14-
};
15-
1611
public MongoDbContext(BotSharpDatabaseSettings dbSettings)
1712
{
1813
var mongoDbConnectionString = dbSettings.BotSharpMongoDb.ConnectionString;

0 commit comments

Comments
 (0)