-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(update-verifier): remove teleport from checks
- Loading branch information
1 parent
faf212e
commit 7a367d0
Showing
4 changed files
with
0 additions
and
128 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
update-verifier/debian/orb-update-verifier.worldcoin-update-verifier.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
[Unit] | ||
Description=Worldcoin Update Verifier Service. | ||
After=teleport.service | ||
StartLimitInterval=0 | ||
|
||
[Service] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
//! A common health check module. | ||
|
||
pub mod mcu; | ||
pub mod teleport; | ||
|
||
use tracing::{info, instrument}; | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters