mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
Fix format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace Bit.SeederApi.Models.Requests;
|
||||
@@ -8,4 +8,4 @@ public class QueryRequestModel
|
||||
[Required]
|
||||
public required string Template { get; set; }
|
||||
public JsonElement? Arguments { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user