fix
This commit is contained in:
parent
7a52198c72
commit
c70eb9694b
@ -235,7 +235,7 @@ pub fn data_refresh(s: &str) -> String {
|
||||
let mut _file = match Refresh::new()
|
||||
{
|
||||
Err(_why) => c_refresh(&data.access, &data.refresh),
|
||||
Ok(_) => println!("ok"),
|
||||
Ok(_) => todo!(),
|
||||
};
|
||||
let refresh = Refresh::new().unwrap();
|
||||
let refresh = Refresh {
|
||||
|
Loading…
Reference in New Issue
Block a user