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,8 +1,7 @@
use json::{array, object, JsonValue};
use actix_web::{
HttpResponse,
http::header::{HeaderValue, HeaderMap},
HttpRequest
http::header::{HeaderValue, HeaderMap}
};
use std::time::{SystemTime, UNIX_EPOCH};
use base64::{Engine as _, engine::general_purpose};