Skip to content

Commit

Permalink
j
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember-ruby committed Jun 29, 2024
1 parent 30bbf4e commit f38648d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/export_domain_blocks_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def import
severity: row.fetch('#severity', :suspend),
reject_media: row.fetch('#reject_media', false),
reject_reports: row.fetch('#reject_reports', false),
private_comment: (row['#private_comment'], @global_private_comment),
private_comment: (row['#private_comment'] && @global_private_comment),

Check failure on line 37 in app/controllers/admin/export_domain_blocks_controller.rb

View workflow job for this annotation

GitHub Actions / lint

[Correctable] Style/RedundantParentheses: Don't use parentheses around a logical expression.
public_comment: row['#public_comment'],
obfuscate: row.fetch('#obfuscate', false))

Expand Down

0 comments on commit f38648d

Please sign in to comment.