Skip to content

Commit f0a8a4e

Browse files
committed
optimize mongodb init
1 parent 6cc9d2f commit f0a8a4e

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)