We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ee5ba commit 6554e09Copy full SHA for 6554e09
src/Plugins/BotSharp.Plugin.MongoStorage/MongoDbContext.cs
@@ -8,11 +8,6 @@ public class MongoDbContext
8
private readonly string _mongoDbDatabaseName;
9
private readonly string _collectionPrefix;
10
11
- private readonly IEnumerable<string> _dbIndexes = new List<string>()
12
- {
13
- "authSource"
14
- };
15
-
16
public MongoDbContext(BotSharpDatabaseSettings dbSettings)
17
{
18
var mongoDbConnectionString = dbSettings.BotSharpMongoDb.ConnectionString;
0 commit comments