chore: run lint (#3140)

* chore: run lint

* fix: whoops messed up lint
This commit is contained in:
Erb3
2025-01-10 17:42:31 +01:00
committed by GitHub
parent 82f81dc154
commit 494616e9f2
2 changed files with 31 additions and 31 deletions

View File

@@ -15,12 +15,12 @@ use crate::search::SearchConfig;
use crate::util::date::get_current_tenths_of_ms;
use crate::util::guards::admin_key_guard;
use actix_web::{get, patch, post, web, HttpRequest, HttpResponse};
use log::info;
use serde::Deserialize;
use sqlx::PgPool;
use std::collections::HashMap;
use std::net::Ipv4Addr;
use std::sync::Arc;
use log::info;
pub fn config(cfg: &mut web::ServiceConfig) {
cfg.service(