We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b3810 commit 3caea6fCopy full SHA for 3caea6f
src/main.rs
@@ -34,9 +34,7 @@ const CONFIG: &[u8] = include_bytes!("../config.yml");
34
35
#[tokio::main]
36
async fn main() {
37
- let token = fetch_token();
38
-
39
- token.unwrap_or("runtime error 0000".to_string());
+ let token = fetch_token().unwrap_or("runtime error 0000".to_string());
40
41
load_config_file().await;
42
0 commit comments