mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-15 12:01:37 +00:00
Formatting
This commit is contained in:
parent
52a0af7b64
commit
89b9e1469d
@ -22,7 +22,10 @@ public sealed partial class RustService : BackgroundService
|
|||||||
private readonly JsonSerializerOptions jsonRustSerializerOptions = new()
|
private readonly JsonSerializerOptions jsonRustSerializerOptions = new()
|
||||||
{
|
{
|
||||||
PropertyNamingPolicy = JsonNamingPolicy.SnakeCaseLower,
|
PropertyNamingPolicy = JsonNamingPolicy.SnakeCaseLower,
|
||||||
Converters = { new TolerantEnumConverter() },
|
Converters =
|
||||||
|
{
|
||||||
|
new TolerantEnumConverter(),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
private ILogger<RustService>? logger;
|
private ILogger<RustService>? logger;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user