Skip to content

Commit

Permalink
Merge pull request #281 from chlawren/master
Browse files Browse the repository at this point in the history
StandardError-patch-chrisl
  • Loading branch information
Dylan authored Sep 23, 2020
2 parents af4ab06 + 24fc0b6 commit 27f9882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onceover/group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def self.valid_members?(members)
else
return false
end
rescue StandardErroor
rescue StandardError
return false
end
end
Expand Down

0 comments on commit 27f9882

Please sign in to comment.