Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Oct 22, 2024
1 parent cfa4e1e commit 8e29a8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ message gateway_info_stream_res_v1 {
message gateway_info_stream_filtered_req_v1 {
// max number of gateway info records in each message of the response stream
uint32 batch_size = 1;
// Device types that will be returned in the response
// Device types that will be returned in the response
repeated device_type devicy_types = 2;
// pubkey binary of the signing keypair
bytes signer = 3;
Expand Down Expand Up @@ -270,7 +270,6 @@ service gateway {
// Get a stream of getaeway info filtered by device type(s)
rpc info_stream_filtered(gateway_info_stream_filtered_req_v1)
returns (stream gateway_info_stream_res_v1);

}

service entity {
Expand Down

0 comments on commit 8e29a8d

Please sign in to comment.