mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-05 11:10:24 +02:00
fix(ProviderRepository): remove DictionaryKeyPolicy CamelCase Naming
This commit is contained in:
parent
66dc53b92f
commit
90c95b240f
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ protected ProviderRepository(IMainDatabase database, IEventAggregator eventAggre
|
|||
AllowTrailingCommas = true,
|
||||
IgnoreNullValues = true,
|
||||
PropertyNameCaseInsensitive = true,
|
||||
DictionaryKeyPolicy = JsonNamingPolicy.CamelCase,
|
||||
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
||||
WriteIndented = true
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue