mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Change inbound lead past range from 3 to 10 days
This commit is contained in:
parent
062990851a
commit
8fffc31fdc
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ const parseDomain = require('parse-domain');
|
|||
const request = require('request');
|
||||
|
||||
const earliestDate = new Date();
|
||||
earliestDate.setUTCDate(earliestDate.getUTCDate() - 3);
|
||||
earliestDate.setUTCDate(earliestDate.getUTCDate() - 10);
|
||||
|
||||
const apiKeyEmailMap = {};
|
||||
const emailApiKeyMap = {};
|
||||
|
|
Loading…
Reference in a new issue