We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ed125 commit 84450a7Copy full SHA for 84450a7
crates/handlers/src/admin/call_context.rs
@@ -47,11 +47,7 @@ pub enum Rejection {
47
48
/// The access token was not of the correct type for the Admin API
49
#[error("Invalid type of access token")]
50
- InvalidAccessTokenType(
51
- #[source]
52
- #[from]
53
- Option<TokenFormatError>,
54
- ),
+ InvalidAccessTokenType(#[from] Option<TokenFormatError>),
55
56
/// The access token could not be found in the database
57
#[error("Unknown access token")]
0 commit comments