Simplify locks

This commit is contained in:
Quaternion 2023-05-26 11:54:07 -04:00
parent 7053d63ebc
commit 6dff6cf8e8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pub struct Attachment {
pub duration_secs: Option<f32>,
pub waveform: Option<String>,
#[serde(skip_serializing)]
#[cfg_attr(feature = "sqlx", sqlx(default)]
#[cfg_attr(feature = "sqlx", sqlx(default))]
pub content: Vec<u8>,
}