1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 08:13:33 +00:00

Refactor recipies into scenes

This commit is contained in:
Hinton
2025-10-17 11:47:19 -04:00
parent f6fe7a9316
commit fd41332e4c
8 changed files with 120 additions and 108 deletions

View File

@@ -39,7 +39,7 @@ public class SeedController(ILogger<SeedController> logger, IRecipeService recip
}
catch (RecipeExecutionException ex)
{
logger.LogError(ex, "Error executing recipe: {Template}", request.Template);
logger.LogError(ex, "Error executing scene: {Template}", request.Template);
return BadRequest(new
{
Error = ex.Message,