Skip to content

Commit

Permalink
docs(backend): add todo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed May 10, 2023
1 parent 45f5af0 commit 968d5f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/backend/src/background.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pub async fn import_media(information: ImportMedia, ctx: JobContext) -> Result<(
.media_tracker_import(information.user_id, information.input)
.await
.unwrap();
tracing::info!("Media import successful");
Ok(())
}

// TODO: Job that invalidates import jobs that have been running too long

0 comments on commit 968d5f8

Please sign in to comment.