From a9a161cef515188b2248f9707ef07483b905d68f Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 12 Oct 2025 18:07:21 -0400 Subject: [PATCH] Warning fix --- src/callers/song.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/callers/song.rs b/src/callers/song.rs index 485626e..20e3cb8 100644 --- a/src/callers/song.rs +++ b/src/callers/song.rs @@ -571,11 +571,6 @@ pub mod song_db { mod song_queue { use sqlx::Row; - #[derive(Debug, serde::Serialize, sqlx::FromRow)] - pub struct InsertedData { - pub id: uuid::Uuid, - } - // TODO: Move this somewhere else at some point #[derive(Debug, serde::Deserialize, serde::Serialize, sqlx::FromRow, utoipa::ToSchema)] pub struct SongQueue {