mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 08:34:43 +01:00
codefix
This commit is contained in:
@@ -12,7 +12,7 @@ pub(crate) async fn query(site: &str) -> String {
|
||||
.ok();
|
||||
|
||||
if response.is_some() {
|
||||
return response.unwrap().text().await.unwrap();
|
||||
response.unwrap().text().await.unwrap()
|
||||
} else {
|
||||
false.to_string()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user