Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Field empty should be 13
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed May 14, 2024
1 parent 2f8dc91 commit 54d1112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/restate/service/protocol.proto
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ message CompletePromiseEntryMessage {

oneof result {
// Returns empty if value was set successfully
Empty value = 14;
Empty empty = 13;
// Returns a failure if the promise was already completed
Failure failure = 15;
}
Expand Down

0 comments on commit 54d1112

Please sign in to comment.