Skip to content

Commit

Permalink
Update ee/tabby-webserver/src/service/background_job/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Jan 17, 2025
1 parent 0a4606e commit 92340b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ee/tabby-webserver/src/service/background_job/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ async fn notify_job_error(
.create(
NotificationRecipient::Admin,
&format!(
r#"Background job failed
Job `{}` has failed.
r#"Job `{}` has failed.
Please check the log at [Jobs Detail](/jobs/detail?id={}) to identify the underlying issue.
"#,
Expand Down

0 comments on commit 92340b0

Please sign in to comment.