mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 01:52:57 +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;
|
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;
|
public static EnterpriseEnvironment CURRENT_ENVIRONMENT;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user