Skip to content

Commit

Permalink
fix: Fix use of Target pk rather than Title
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jan 15, 2025
1 parent 14dc69f commit 3500c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def process_compound_set_job_file(task_params):
return {
'user_id': job_request.user.id,
'sdf_file': sd_file,
'target': job_request.target.title,
'target': job_request.target.pk,
}


Expand Down

0 comments on commit 3500c55

Please sign in to comment.