Skip to content

Commit

Permalink
input file url bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshsharma99 committed Jan 29, 2025
1 parent 261ac8d commit e9e88bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/models/chunkr/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ impl Task {
output: Some(output),
task_url: self.task_url.clone(),
message: self.message.clone().unwrap_or_default(),
configuration: self.configuration.clone(),
configuration,
started_at: self.started_at,
})
}
Expand Down

0 comments on commit e9e88bb

Please sign in to comment.