Skip to content

Commit

Permalink
rename download_cache job to download-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Feb 18, 2024
1 parent cb9b339 commit 17ef389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mod download_cache;

pub async fn start_job(name: &str, app_data: AppData) -> Result<(), String> {
match name {
"download_cache" => {
"download-cache" => {
let mut pool = app_data
.db
.acquire()
Expand Down

0 comments on commit 17ef389

Please sign in to comment.