refactor: Fix errors in api/server/send_leave.rs

This commit is contained in:
Ginger
2026-04-13 12:46:49 -04:00
parent eba38c2fa0
commit 0eee63f7a1
2 changed files with 4 additions and 18 deletions
-2
View File
@@ -1,5 +1,3 @@
#![allow(deprecated)]
use std::{borrow::Borrow, time::Instant, vec};
use axum::extract::State;