mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Removed unused fields and imports
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
using System.Collections.Concurrent;
|
using System.Text.Json;
|
||||||
using KfChatDotNetBot.Settings;
|
using KfChatDotNetBot.Settings;
|
||||||
using Newtonsoft.Json;
|
|
||||||
using NLog;
|
using NLog;
|
||||||
using StackExchange.Redis;
|
using StackExchange.Redis;
|
||||||
using JsonSerializer = System.Text.Json.JsonSerializer;
|
|
||||||
|
|
||||||
namespace KfChatDotNetBot.Services;
|
namespace KfChatDotNetBot.Services;
|
||||||
|
|
||||||
@@ -35,8 +33,6 @@ public class ConversationContext
|
|||||||
public class ConversationContextManager
|
public class ConversationContextManager
|
||||||
{
|
{
|
||||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||||
private static Task? _cleanupTask;
|
|
||||||
private static CancellationToken _cancellationToken;
|
|
||||||
private IDatabase _redisDb;
|
private IDatabase _redisDb;
|
||||||
|
|
||||||
public ConversationContextManager()
|
public ConversationContextManager()
|
||||||
|
|||||||
Reference in New Issue
Block a user