Skip to content

Commit

Permalink
Ignore authservice until used
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cattermole <[email protected]>
  • Loading branch information
adam-cattermole committed Aug 28, 2024
1 parent 18d94e4 commit beda8b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub const AUTH_METHOD_NAME: &str = "Check";

pub struct AuthService;

#[allow(dead_code)]
impl AuthService {
pub fn message(ce_host: String) -> CheckRequest {
AuthService::build_check_req(ce_host)
Expand Down

0 comments on commit beda8b9

Please sign in to comment.