Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsparkes committed Mar 7, 2024
1 parent d592564 commit 9a2c6d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def pool_id
submission_ids.first
end

# Finding 'in_progress' requests
# Finding in progress requests (set directly on aliquots on transfer into a new labware)
def requests_in_progress(request_type_to_complete: nil)
requests = aliquots&.flat_map(&:request)&.compact
return [] if requests.blank?
Expand Down

0 comments on commit 9a2c6d7

Please sign in to comment.