mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 17:07:20 +08:00
I DID NOT TEST THIS COMMIT CARGO CLIPPY DID STUFF FOR ME AND I'M TOO LAZY TO TEST SO HOPEFULLY NOTHING BROKE
This commit is contained in:
@@ -143,7 +143,7 @@ fn get_json() -> JsonValue {
|
||||
let mut ids = array![];
|
||||
for (_i, id) in lives.members().enumerate() {
|
||||
let info = DATABASE.get_live_data(id.as_i64().unwrap());
|
||||
if !info.is_ok() {
|
||||
if info.is_err() {
|
||||
continue;
|
||||
}
|
||||
let info = info.unwrap();
|
||||
|
Reference in New Issue
Block a user