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 6cc9d2f commit f0a8a4eCopy full SHA for f0a8a4e
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