Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Oct 11, 2024
1 parent c5cb5d9 commit c5c76ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ service poc_mobile {
returns (promotion_reward_resp_v1);
rpc submit_hex_usage_counts_report(hex_usage_counts_req_v1)
returns (hex_usage_counts_res_v1);
rpc submit_hotspot_usage_counts_report(radio_usage_counts_req_v1)
rpc submit_radio_usage_counts_report(radio_usage_counts_req_v1)
returns (radio_usage_counts_res_v1);
}

Expand Down

0 comments on commit c5c76ac

Please sign in to comment.