1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 00:33:23 +00:00

Fix format

This commit is contained in:
Hinton
2025-11-13 10:37:02 +01:00
parent f2116734a2
commit 5b67c9f25d
4 changed files with 5 additions and 5 deletions

View File

@@ -8,4 +8,4 @@ public class SeedRequestModel
[Required]
public required string Template { get; set; }
public JsonElement? Arguments { get; set; }
}
}