Skip to content

Commit

Permalink
Fix write
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Dec 1, 2023
1 parent 6ec975e commit adb4271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ public void writeTo(StreamOutput out) throws IOException {
out.writeBoolean(false);
} else {
out.writeBoolean(true);
out.writeOptionalCollection(profiles);
out.writeCollection(profiles);
}
}
}
Expand Down

0 comments on commit adb4271

Please sign in to comment.