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

View File

@ -11,7 +11,7 @@ pub static API_TOKEN: Lazy<APIToken> = Lazy::new(|| {
APIToken::from_bytes(token.to_vec()) APIToken::from_bytes(token.to_vec())
}); });
pub struct APIToken{ pub struct APIToken {
hex_text: String, hex_text: String,
} }