Silence warnings

This commit is contained in:
Ethan O'Brien
2024-04-04 20:16:01 -05:00
parent 2fc7a17d4f
commit f33e211dab
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ use json::object;
use hmac::{Hmac, Mac};
use crate::router::userdata;
pub fn initialize(req: HttpRequest, body: String) -> HttpResponse {
pub fn initialize(req: HttpRequest, _body: String) -> HttpResponse {
//println!("{}", body);
let app_id = "232610769078541";
let resp = object!{