mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
make rubocop 🤖 happy
This commit is contained in:
parent
20e7e285d6
commit
0d257058c9
2 changed files with 105 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue