no warngninsngs

This commit is contained in:
Ethan O'Brien
2024-05-24 13:00:12 -05:00
parent 1e9d0236be
commit ba0d38fb2d
7 changed files with 9 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ pub fn home(req: HttpRequest, body: String) -> Option<JsonValue> {
})
}
pub fn start(req: HttpRequest, _body: String) -> Option<JsonValue> {
pub fn start(_req: HttpRequest, _body: String) -> Option<JsonValue> {
Some(object!{"select_talk_id_list":[],"get_item_list":[],"is_read":0})
}