mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03: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 Newtonsoft.Json;
|
||||
using NLog;
|
||||
using StackExchange.Redis;
|
||||
using JsonSerializer = System.Text.Json.JsonSerializer;
|
||||
|
||||
namespace KfChatDotNetBot.Services;
|
||||
|
||||
@@ -35,8 +33,6 @@ public class ConversationContext
|
||||
public class ConversationContextManager
|
||||
{
|
||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||
private static Task? _cleanupTask;
|
||||
private static CancellationToken _cancellationToken;
|
||||
private IDatabase _redisDb;
|
||||
|
||||
public ConversationContextManager()
|
||||
|
||||
Reference in New Issue
Block a user