mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 22:52:56 +00:00
Fixed logging
This commit is contained in:
parent
fcf511cea8
commit
97ddf58dcb
@ -2,7 +2,7 @@ using AIStudio.Tools.PluginSystem;
|
||||
|
||||
namespace AIStudio.Tools.Services;
|
||||
|
||||
public sealed class EnterpriseEnvironmentService(ILogger<TemporaryChatService> logger, RustService rustService) : BackgroundService
|
||||
public sealed class EnterpriseEnvironmentService(ILogger<EnterpriseEnvironmentService> logger, RustService rustService) : BackgroundService
|
||||
{
|
||||
public static EnterpriseEnvironment CURRENT_ENVIRONMENT;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user