Skip to content

Commit

Permalink
Update verification enum
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Jun 27, 2024
1 parent b872a86 commit 64813be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ message service_provider_boosted_rewards_banned_radio_ingest_report_v1 {
}

enum service_provider_boosted_rewards_banned_radio_verification_status {
valid = 0;
invalid_carrier_key = 2;
sp_boosted_rewards_ban_valid = 0;
sp_boosted_rewards_ban_invalid_carrier_key = 2;
}

message
Expand Down

0 comments on commit 64813be

Please sign in to comment.