Skip to content

Commit

Permalink
update heartbeat invalid reason to new correct option
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgrunewald committed Apr 25, 2023
1 parent 148fc17 commit 17a2d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mobile_verifier/src/heartbeats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl Heartbeat {
{
proto::HeartbeatValidity::Valid
} else {
proto::HeartbeatValidity::GatewayOwnerNotFound
proto::HeartbeatValidity::GatewayNotFound
};
Ok(heartbeat)
}
Expand Down

0 comments on commit 17a2d16

Please sign in to comment.