Skip to content

Commit

Permalink
forgot t for transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ayobi committed Oct 24, 2024
1 parent 7381098 commit 70cf54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsetta_private_api/admin/sample_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def per_sample(project, barcodes, strip_sampleid):
admin_repo = AdminRepo(t)
sample_repo = SampleRepo(t)
template_repo = SurveyTemplateRepo(t)
vs_repo = VioscreenRepo()
vs_repo = VioscreenRepo(t)

# all associated projects returned for each barcode,
# so no universal project needed
Expand Down

0 comments on commit 70cf54b

Please sign in to comment.