DEV: Fix syntax/formatting in xenforo import script (#19761)

Followup to 7dfe85fc
This commit is contained in:
David Taylor 2023-01-05 12:47:05 +00:00 committed by GitHub
parent 41acabad19
commit d5491b13f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 12 deletions

View File

@ -89,6 +89,7 @@ class ImportScripts::XenForo < ImportScripts::Base
post_create_action: proc do |u|
import_avatar(user['id'], u)
end
}
end
end
end