Skip to content

Commit 15ec243

Browse files
authored
Merge pull request #1233 from yileicn/master
optimize mongodb init
2 parents b051209 + f0a8a4e commit 15ec243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void CreateIndexes()
102102
return;
103103
}
104104

105-
// Perform index creation (only executed on the first call).
105+
// Perform index creation (only executed on the first call).
106106
CreateConversationIndex();
107107
CreateConversationStateIndex();
108108
CreateContentLogIndex();

0 commit comments

Comments
 (0)