mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Use trial request name for Close.io leads
This commit is contained in:
parent
d37627ad59
commit
4e0ee60dce
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class Lead {
|
|||
}
|
||||
this.trial_created = trialRequest.created;
|
||||
this.trial_userID = trialRequest.applicant;
|
||||
if (this.trial_name) this.name = this.trial_name;
|
||||
this.userID = trialRequest.applicant;
|
||||
}
|
||||
addUser(user) {
|
||||
|
|
Loading…
Reference in a new issue