lib/load_members_of_slack_group_into_tilde.rb
Showing 1 of 1 total issue
Favor modifier if
usage when having a single-line body. Another good alternative is the usage of control flow &&
/||
. Open
Open
if user['deleted'] == false && user['is_bot'] == false
- Read upRead up
- Exclude checks