Update jobs.rs

This commit is contained in:
Ruben Fiszel
2025-03-12 15:05:20 +01:00
committed by GitHub
parent f1c61614ad
commit 5fbf95fb26

View File

@@ -149,7 +149,7 @@ impl QueuedJob {
impl Default for QueuedJob {
fn default() -> Self {
Self {
workspace_id: "".to_string(),
workspace_id: "w".to_string(),
id: Uuid::default(),
parent_job: None,
created_by: "".to_string(),