From f7d2cb4af7c31c79df01123d6380498c552c36b6 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 5 Nov 2024 19:29:13 +0100 Subject: [PATCH] Fixed visibility --- runtime/src/api_token.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/api_token.rs b/runtime/src/api_token.rs index ff7e31ae..9adea5a1 100644 --- a/runtime/src/api_token.rs +++ b/runtime/src/api_token.rs @@ -64,7 +64,7 @@ impl<'r> FromRequest<'r> for APIToken { } #[derive(Debug)] -enum APITokenError { +pub enum APITokenError { Missing, Invalid, } \ No newline at end of file