Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Jul 17, 2023
1 parent 9f26963 commit 1f525d4
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 @@ -204,9 +204,9 @@ message seniority_update {

enum seniority_update_reason {
// We haven't seen a heartbeat for 72 hours
seniority_update_reason_heartbeat_not_seen = 1;
seniority_update_reason_heartbeat_not_seen = 0;
// A new coverage object replaces the old seniority
seniority_update_reason_new_coverage_claim_time = 2;
seniority_update_reason_new_coverage_claim_time = 1;
}

message speedtest_avg {
Expand Down

0 comments on commit 1f525d4

Please sign in to comment.