mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:19:47 +00:00
Syntax
This commit is contained in:
parent
60585dc8f2
commit
2aa6ef1cce
@ -11,7 +11,7 @@ pub static API_TOKEN: Lazy<APIToken> = Lazy::new(|| {
|
||||
APIToken::from_bytes(token.to_vec())
|
||||
});
|
||||
|
||||
pub struct APIToken{
|
||||
pub struct APIToken {
|
||||
hex_text: String,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user