fix
This commit is contained in:
parent
c70eb9694b
commit
26c9bce5c9
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user