mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Update inbound sales lead split
This commit is contained in:
parent
57f8aedaa5
commit
fd0fdfe83e
1 changed files with 2 additions and 2 deletions
|
@ -60,11 +60,11 @@ const closeIoApiKey = process.argv[2];
|
|||
const closeIoMailApiKeys = [
|
||||
{
|
||||
apiKey: process.argv[3],
|
||||
weight: .7
|
||||
weight: .8
|
||||
},
|
||||
{
|
||||
apiKey: process.argv[4],
|
||||
weight: .20
|
||||
weight: .1
|
||||
},
|
||||
{
|
||||
apiKey: process.argv[5],
|
||||
|
|
Loading…
Reference in a new issue