2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Spelling mistake

This commit is contained in:
Tai Coromandel 2016-02-01 03:44:58 +13:00
parent ab17277353
commit a8494838fe

View file

@ -42,7 +42,7 @@ class ImportScripts::XenForo < ImportScripts::Base
break if results.size < 1
next if all_records_exist? :users, resutls.map {|u| u["id"].to_i}
next if all_records_exist? :users, results.map {|u| u["id"].to_i}
create_users(results, total: total_count, offset: offset) do |user|
next if user['username'].blank?