Skip to content

Commit

Permalink
Remove optional field specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Apr 23, 2024
1 parent b157d97 commit e001146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/nym/vpn.proto
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ message GatewayResponse {
message StatusRequest {}
message StatusResponse {
ConnectionStatus status = 1;
optional Error error = 2;
Error error = 2;
}

message ConnectionStatusUpdate {
Expand Down

0 comments on commit e001146

Please sign in to comment.