mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-31 17:53:32 +00:00
Typo
This commit is contained in:
parent
68826583ab
commit
5f41716b56
@ -54,7 +54,7 @@ internal class M0003SystemTextJson : IProfileMigration
|
|||||||
|
|
||||||
private void FilterType(JsonObject jsonObject)
|
private void FilterType(JsonObject jsonObject)
|
||||||
{
|
{
|
||||||
// If there only a type, replace or remove it depending on whether there's a matching JsonDerivedType
|
// Replace or remove $type depending on whether there's a matching JsonDerivedType
|
||||||
// This could be done with reflection but that would mean this migration automatically gains new behaviour over time.
|
// This could be done with reflection but that would mean this migration automatically gains new behaviour over time.
|
||||||
JsonNode? type = jsonObject["$type"];
|
JsonNode? type = jsonObject["$type"];
|
||||||
if (type != null)
|
if (type != null)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user