nit remove comments

This commit is contained in:
Diego Imbert
2026-05-13 15:33:36 +02:00
parent 6d73345c4b
commit 06b01dfe36
4 changed files with 3 additions and 13 deletions
+1 -3
View File
@@ -93,9 +93,7 @@ pub struct ScriptWDraft<SR> {
pub tag: Option<String>,
#[serde(skip_serializing_if = "Option::is_none")]
pub draft: Option<sqlx::types::Json<Box<RawValue>>>,
/// Timestamp at which the most recent DB draft was created. Used by the
/// frontend's UserDraft staleness check to detect that a teammate (or
/// another tab) pushed a new draft while local autosave was in flight.
/// Timestamp at which the most recent DB draft was created.
#[serde(skip_serializing_if = "Option::is_none")]
pub draft_created_at: Option<chrono::DateTime<chrono::Utc>>,
pub schema: Option<Schema>,