Skip to content

Commit

Permalink
fix: fix typo in serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasmueller committed Sep 29, 2024
1 parent 1b8f9e1 commit 6d89f2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void serialize(Operation value, JsonGenerator gen, SerializerProvider pro
gen.writeStartObject();
gen.writeObjectFieldStart(value.getName());

provider.defaultSerializeField("artifatcs", value.getArtifacts(), gen);
provider.defaultSerializeField("artifacts", value.getArtifacts(), gen);

gen.writeEndObject();
gen.writeEndObject();
Expand Down

0 comments on commit 6d89f2a

Please sign in to comment.