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