diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-08-09 21:11:14 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:37 +0100 |
| commit | c0e2bf9d3a9f8d1b680f56116cc878116a51a0ee (patch) | |
| tree | b5525b37a68795d2e1552903bf742bef0d7d74ec /src/ReportService.js | |
| parent | bf25f93fe8c8fa3e9656856a4aaa2ca100ef930d (diff) | |
| download | brokentalents-c0e2bf9d3a9f8d1b680f56116cc878116a51a0ee.tar.gz brokentalents-c0e2bf9d3a9f8d1b680f56116cc878116a51a0ee.zip | |
Update 3.6
Diffstat (limited to 'src/ReportService.js')
| -rw-r--r-- | src/ReportService.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ReportService.js b/src/ReportService.js index b8a23fd..51d0917 100644 --- a/src/ReportService.js +++ b/src/ReportService.js @@ -1,5 +1,5 @@ import * as maps from './maps/maps'; -import * as metadata from '../data/5f7773da/metadata.json'; +import * as metadata from '../data/a698a30d/metadata.json'; import * as baseStats from '../data/vainglory.json'; // Thanks to https://github.com/oberocks/vainglory-base-stats import * as R from 'ramda'; @@ -7,7 +7,7 @@ const POPULAR_THRESHOLD = 1.0; // percent const PICKS_THRESHOLD = 300; // picks const VARIANCE_THRESHOLD = 0.25; // % minimum accuracy -const report = require('../data/5f7773da/report.json') +const report = require('../data/a698a30d/report.json') .filter((entry) => entry.Actor != undefined); // bad data from API downtime const reports = new Map(); |
