mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-23 00:58:22 +02:00
BugFix for serialization filter
This commit is contained in:
@@ -60,7 +60,7 @@ class JsonFilter(
|
||||
} else {
|
||||
val jsonObjectSince = factory.objectNode()
|
||||
entries.forEach { sincePairs ->
|
||||
put(sincePairs.key, "${sincePairs.value}")
|
||||
jsonObjectSince.put(sincePairs.key, "${sincePairs.value}")
|
||||
}
|
||||
put("since", jsonObjectSince)
|
||||
}
|
||||
|
Reference in New Issue
Block a user