mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Update inbound lead assignment ratios
This commit is contained in:
parent
21fcc01cca
commit
f73f1bd196
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ const closeIoMailApiKeys = [
|
|||
},
|
||||
{
|
||||
apiKey: process.argv[4], // Elliot
|
||||
weight: .15
|
||||
weight: .1
|
||||
},
|
||||
{
|
||||
apiKey: process.argv[5], // Nolan
|
||||
|
@ -77,7 +77,7 @@ const closeIoMailApiKeys = [
|
|||
},
|
||||
{
|
||||
apiKey: process.argv[6], // Sean
|
||||
weight: 0
|
||||
weight: .05
|
||||
},
|
||||
];
|
||||
const closeIoEuMailApiKey = process.argv[7]; // Jurian
|
||||
|
|
Loading…
Reference in a new issue