Fixed visibility

This commit is contained in:
Thorsten Sommer 2024-11-05 19:29:13 +01:00
parent 2aa6ef1cce
commit f7d2cb4af7
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -64,7 +64,7 @@ impl<'r> FromRequest<'r> for APIToken {
} }
#[derive(Debug)] #[derive(Debug)]
enum APITokenError { pub enum APITokenError {
Missing, Missing,
Invalid, Invalid,
} }