removed AddModuleMessage from OnParametersSetAsync methods to mitigate risk of infinite loops

This commit is contained in:
sbwalker
2024-02-22 14:21:49 -05:00
parent eef58f4da0
commit 92719d095a
5 changed files with 0 additions and 5 deletions

View File

@ -36,7 +36,6 @@
catch (Exception ex)
{
await logger.LogError(ex, "Error Loading Content {Error}", ex.Message);
AddModuleMessage(Localizer["Error.Content.Load"], MessageType.Error);
}
}
}