1
0
This commit is contained in:
syui 2024-02-18 23:42:04 +09:00
parent c70eb9694b
commit 26c9bce5c9
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -235,7 +235,7 @@ pub fn data_refresh(s: &str) -> String {
let mut _file = match Refresh::new() let mut _file = match Refresh::new()
{ {
Err(_why) => c_refresh(&data.access, &data.refresh), Err(_why) => c_refresh(&data.access, &data.refresh),
Ok(_) => todo!(), Ok(_) => println!("ok"),
}; };
let refresh = Refresh::new().unwrap(); let refresh = Refresh::new().unwrap();
let refresh = Refresh { let refresh = Refresh {