From d088ca13e85dff3e66fe55bff553aae8a27c1c2c Mon Sep 17 00:00:00 2001 From: Haiping Date: Mon, 29 Jan 2024 13:02:02 -0600 Subject: [PATCH] Update MongoRepository.Stats.cs --- .../Repository/MongoRepository.Stats.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/BotSharp.Plugin.MongoStorage/Repository/MongoRepository.Stats.cs b/src/Plugins/BotSharp.Plugin.MongoStorage/Repository/MongoRepository.Stats.cs index 11f74e69..eea27ee9 100644 --- a/src/Plugins/BotSharp.Plugin.MongoStorage/Repository/MongoRepository.Stats.cs +++ b/src/Plugins/BotSharp.Plugin.MongoStorage/Repository/MongoRepository.Stats.cs @@ -9,7 +9,7 @@ namespace BotSharp.Plugin.MongoStorage.Repository #region Statistics public void IncrementConversationCount() { - throw new NotImplementedException(); + } #endregion }