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.
2 parents b051209 + f0a8a4e commit 15ec243Copy full SHA for 15ec243
src/Plugins/BotSharp.Plugin.MongoStorage/MongoDbContext.cs
@@ -102,7 +102,7 @@ public void CreateIndexes()
102
return;
103
}
104
105
- // Perform index creation (only executed on the first call).)
+ // Perform index creation (only executed on the first call).
106
CreateConversationIndex();
107
CreateConversationStateIndex();
108
CreateContentLogIndex();
0 commit comments