Skip to content

Commit

Permalink
[build] idea flush bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Mar 16, 2024
1 parent 856f9ce commit 0d24054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ private Map<String, Object> toJson(final String key, final Object value) {
}
return map(
"key", key,
"value", mi("stringValue", value.toString()));
"value", Map.of("stringValue", value.toString()));
}

private Map<String, Object> map(final String key1, final Object v1, final String key2, final Object v2) {
Expand Down

0 comments on commit 0d24054

Please sign in to comment.