Skip to content

Commit

Permalink
Fix enum names
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Aug 7, 2024
1 parent 0a7692d commit aa6c4ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,9 @@ message subscriber_verified_mapping_event_ingest_report_v1 {
}

enum subscriber_verified_mapping_event_verification_status {
vsme_valid = 0;
vsme_invalid_subscriber_id = 1;
vsme_invalid_carrier_key = 2;
svme_valid = 0;
svme_invalid_subscriber_id = 1;
svme_invalid_carrier_key = 2;
}

message verified_subscriber_verified_mapping_event_ingest_report_v1 {
Expand Down

0 comments on commit aa6c4ff

Please sign in to comment.