Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-worker-context
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlaCarvajal authored Dec 4, 2024
2 parents 56769b8 + 806d5a1 commit eb25572
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public void initFrom(Message proto, ExecutionContext context) throws LHSerdeErro

if (serverVersion.hasPreReleaseIdentifier()) {
this.preReleaseIdentifier = Optional.of(serverVersion.getPreReleaseIdentifier());
} else {
this.preReleaseIdentifier = Optional.empty();
}
}

Expand Down

0 comments on commit eb25572

Please sign in to comment.