mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 19:45:39 +08:00
DEV: Fix syntax/formatting in xenforo import script (#19761)
Followup to 7dfe85fc
This commit is contained in:
parent
41acabad19
commit
d5491b13f5
@ -89,6 +89,7 @@ class ImportScripts::XenForo < ImportScripts::Base
|
|||||||
post_create_action: proc do |u|
|
post_create_action: proc do |u|
|
||||||
import_avatar(user['id'], u)
|
import_avatar(user['id'], u)
|
||||||
end
|
end
|
||||||
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user