workaround 1

This commit is contained in:
narimiran 2024-07-15 12:54:06 +02:00
parent b9985ee134
commit b505658647
No known key found for this signature in database
GPG Key ID: 858F5E6FB71FD8F5
1 changed files with 1 additions and 1 deletions

View File

@ -1402,7 +1402,7 @@ template unrecognizedFieldWarning =
# caller of a deserialization routine for unexpected fields.
# The chonicles import in this module should be removed.
trace "JSON field not recognized by the current version of Nimbus. Consider upgrading",
fieldName, typeName = typetraits.name(typeof value)
fieldName
template unrecognizedFieldIgnore =
discard readValue(reader, JsonString)