Warning fix

This commit is contained in:
kdeng00
2025-10-12 18:07:21 -04:00
parent 74e8a2e764
commit a9a161cef5
-5
View File
@@ -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 {