fixed the batch email invitations
This commit is contained in:
parent
c8fc9fcb76
commit
826e46ef2c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ module RakeHelpers
|
||||||
end
|
end
|
||||||
churn_through = n
|
churn_through = n
|
||||||
backer_name = backers[n+offset][1].to_s.strip
|
backer_name = backers[n+offset][1].to_s.strip
|
||||||
backer_email = backers[n+offset][0].to_s.strip
|
backer_email = backers[n+offset][0].to_s.strip.downcase
|
||||||
|
|
||||||
possible_user = User.find_by_email(backer_email)
|
possible_user = User.find_by_email(backer_email)
|
||||||
possible_invite = Invitation.find_by_identifier(backer_email)
|
possible_invite = Invitation.find_by_identifier(backer_email)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue