Skip to content

Commit

Permalink
improve error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Oct 25, 2024
1 parent bf961bf commit 564fbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/inv_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def inv_collection

def group
return nil if inv_collection.nil?

inv_collection.group
end

Expand Down

0 comments on commit 564fbe3

Please sign in to comment.