This commit is contained in:
Brendan McDevitt 2022-04-12 12:34:50 -05:00
parent 8ce7d5257c
commit 03cadf14d4

View file

@ -44,7 +44,7 @@ class GithubUserImporter
puts "Please provide a filepath in the projects data dir named github_usernames.txt with one username per line."
else
puts "Now importing GithubUsers"
usernames = username_hashes.map {|h| h['login' }
usernames = username_hashes.map {|h| h['login'] }
puts "Now importing data from the following usernames: #{usernames}"
bulk_insert(username_hashes)
end