mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
make rubocop 🤖 happy
This commit is contained in:
@ -347,7 +347,7 @@ class ImportScripts::Base
|
||||
u.suspended_at = Time.zone.at(Time.now)
|
||||
u.suspended_till = 200.years.from_now
|
||||
ban_reason = 'Invalid email address on import'
|
||||
u.active=false
|
||||
u.active = false
|
||||
u.save!
|
||||
|
||||
user_option = u.user_option
|
||||
|
Reference in New Issue
Block a user