Update inbound sales lead split

This commit is contained in:
Matt Lott 2016-07-21 13:23:46 -07:00
parent 57f8aedaa5
commit fd0fdfe83e

View file

@ -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],