clean code
This commit is contained in:
parent
a4ee5ba049
commit
6554e09a58
|
|
@ -8,11 +8,6 @@ public class MongoDbContext
|
|||
private readonly string _mongoDbDatabaseName;
|
||||
private readonly string _collectionPrefix;
|
||||
|
||||
private readonly IEnumerable<string> _dbIndexes = new List<string>()
|
||||
{
|
||||
"authSource"
|
||||
};
|
||||
|
||||
public MongoDbContext(BotSharpDatabaseSettings dbSettings)
|
||||
{
|
||||
var mongoDbConnectionString = dbSettings.BotSharpMongoDb.ConnectionString;
|
||||
|
|
|
|||
Loading…
Reference in a new issue