1
0
This commit is contained in:
syui 2024-02-18 23:41:19 +09:00
parent 7a52198c72
commit c70eb9694b
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(_) => println!("ok"), Ok(_) => todo!(),
}; };
let refresh = Refresh::new().unwrap(); let refresh = Refresh::new().unwrap();
let refresh = Refresh { let refresh = Refresh {