Skip to content

Commit

Permalink
Merge branch 'main' into feat/update-workflow-references
Browse files Browse the repository at this point in the history
  • Loading branch information
achour94 authored Nov 14, 2024
2 parents 418256b + 61165a0 commit 63fc10a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public ResponseEntity<Collection<String>> getAvailableSvgComponentLibraries() {
return OBJECT_MAPPER.writeValueAsString(
OBJECT_MAPPER.createObjectNode()
.put(SVG_TAG, svg)
.put(METADATA, metadata)
.putRawValue(METADATA, new RawValue(metadata))
.putPOJO(ADDITIONAL_METADATA, additionalMetadata));
} catch (JsonProcessingException e) {
throw new PowsyblException("Failed to parse JSON response", e);
Expand Down

0 comments on commit 63fc10a

Please sign in to comment.