Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Senna committed Aug 28, 2024
1 parent e5873dd commit 363e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache_network.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ message MessageData {

service CacheNetwork {
rpc ping (Empty) returns (Ack) {}
rpc execute_message (MessageData) returns (Ack) {}
rpc execute_message (MessageData) returns (Empty) {}
}

0 comments on commit 363e12c

Please sign in to comment.