diff options
Diffstat (limited to 'service_grab.js')
| -rw-r--r-- | service_grab.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service_grab.js b/service_grab.js index 0d3cb1c..2bc4987 100644 --- a/service_grab.js +++ b/service_grab.js @@ -157,6 +157,7 @@ module.exports = class Analyzer extends Service { async grabPlayer(name, region, last_match_created_date, id, category) { const start = new Date(Date.parse(last_match_created_date)), end = new Date(); // today + end.setMinutes(end.getMinutes() - 1); // TODO API hotfix, server time sync issue const payload_template = { "region": region, |
