diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2019-03-15 17:40:48 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-04-27 09:22:56 +0200 |
| commit | bfa26599ec3d37343ed6e0c4bf0d403feb89ecd2 (patch) | |
| tree | fcbd6854502a47f33aff593a0bcb3356a6b69e99 /src/ReportService.js | |
| parent | bf46595e32971a12c0cfcbb8b7b054ad454f17d1 (diff) | |
| download | brokentalents-bfa26599ec3d37343ed6e0c4bf0d403feb89ecd2.tar.gz brokentalents-bfa26599ec3d37343ed6e0c4bf0d403feb89ecd2.zip | |
update to 4.1
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 be081ae..25a0792 100644 --- a/src/ReportService.js +++ b/src/ReportService.js @@ -1,5 +1,5 @@ import * as maps from './maps/maps'; -import * as metadata from '../data/7bc7ecc8/metadata.json'; +import * as metadata from '../data/b0051a1f/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/7bc7ecc8/report.json') +const report = require('../data/b0051a1f/report.json') .filter((entry) => entry.Actor != undefined); // bad data from API downtime const reports = new Map(); |
