mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-28 01:22:56 +00:00
Spelling
This commit is contained in:
parent
e3cb76bc3f
commit
3fd8b97461
@ -32,7 +32,7 @@ public sealed class EnterpriseEnvironmentService(ILogger<EnterpriseEnvironmentSe
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
logger.LogInformation("Starting update of the enterprise environment.");
|
logger.LogInformation("Start updating of the enterprise environment.");
|
||||||
|
|
||||||
var enterpriseRemoveConfigId = await rustService.EnterpriseEnvRemoveConfigId();
|
var enterpriseRemoveConfigId = await rustService.EnterpriseEnvRemoveConfigId();
|
||||||
var isPlugin2RemoveInUse = PluginFactory.AvailablePlugins.Any(plugin => plugin.Id == enterpriseRemoveConfigId);
|
var isPlugin2RemoveInUse = PluginFactory.AvailablePlugins.Any(plugin => plugin.Id == enterpriseRemoveConfigId);
|
||||||
|
Loading…
Reference in New Issue
Block a user