Skip to content

Commit

Permalink
kbs_protocol: fix typo with UnAuthorized error
Browse files Browse the repository at this point in the history
Signed-off-by: Mikko Ylinen <[email protected]>
  • Loading branch information
mythi committed Jul 31, 2024
1 parent bf7ccd3 commit 35e2f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation-agent/kbs_protocol/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ pub enum Error {
#[error("KBS resource not found: {0}")]
ResourceNotFound(String),

#[error("request unautorized")]
#[error("request unauthorized")]
UnAuthorized,
}

0 comments on commit 35e2f6a

Please sign in to comment.