mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 17:07:20 +08:00
no warngninsngs
This commit is contained in:
@@ -4,7 +4,7 @@ use actix_web::{HttpRequest};
|
||||
use crate::router::{global, userdata, items, databases};
|
||||
use crate::encryption;
|
||||
|
||||
pub fn exchange(req: HttpRequest) -> Option<JsonValue> {
|
||||
pub fn exchange(_req: HttpRequest) -> Option<JsonValue> {
|
||||
Some(object!{"exchange_list":[]})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user