Skip to content

Commit

Permalink
Remove event type
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Sep 12, 2024
1 parent 3eaaedd commit fe2923c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -813,14 +813,8 @@ message verified_subscriber_verified_mapping_event_ingest_report_v1 {
uint64 timestamp = 3;
}

enum EventType {
TOWER = 1;
DISCO_MAPPING = 2;
VERIFICATION_MAPPING = 3;
}

message rle_event_v1 {
EventType type = 1;
string id = 1;
uint64 timestamp = 2;
}

Expand Down

0 comments on commit fe2923c

Please sign in to comment.