run cargo clippy

This commit is contained in:
Ethan O'Brien
2024-05-24 12:44:52 -05:00
parent baa14654f5
commit 8d301c827d
23 changed files with 26 additions and 31 deletions

View File

@@ -1,7 +1,6 @@
use json::{object, JsonValue};
use actix_web::{HttpResponse, HttpRequest};
use json::{JsonValue};
use actix_web::{HttpRequest};
use crate::router::global;
use crate::encryption;
pub fn error(req: HttpRequest, body: String) -> Option<JsonValue> {