Skip to content

Commit

Permalink
Add optional userId
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed May 11, 2024
1 parent f318c2e commit 75b3088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ message RpcRequestJob {
optional string outputFormat = 8;
optional string requestProvider = 9;
optional bool encrypted = 10;
optional string userId = 11;
}

message RpcGetJob {
Expand Down

0 comments on commit 75b3088

Please sign in to comment.