Skip to content

Commit

Permalink
Merge commit '1d86080f6d2850a93d8dcb2d7afabf9bc2c736ff'
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Aug 22, 2023
2 parents eac80e8 + 1d86080 commit 10781be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-core/src/main/proto/dev/restate/services.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ message InvokeRequest {
message InvokeResponse {
// Generated unique invocation identifier.
// It can be used to retrieve the status of the invocation and cancel it.
string sid = 1;
string id = 1;
}

service Awakeables {
Expand Down

0 comments on commit 10781be

Please sign in to comment.