diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2019-02-15 19:40:25 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-04-27 09:22:55 +0200 |
| commit | c30975c148ff7f1652b600c4b600bbaf0d65a7d9 (patch) | |
| tree | 86b10d92b3e40f24a227c07ecc6fa99ae4fd4880 /src/ReportService.js | |
| parent | d7e84768aa8defc2118f4ca76dc2030c75f3bd08 (diff) | |
| download | brokentalents-c30975c148ff7f1652b600c4b600bbaf0d65a7d9.tar.gz brokentalents-c30975c148ff7f1652b600c4b600bbaf0d65a7d9.zip | |
enable 4.0 in frontend
This reverts commit cce4802960160b0fdbdbe82a549a977da4291747.
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 79739e6..be081ae 100644 --- a/src/ReportService.js +++ b/src/ReportService.js @@ -1,5 +1,5 @@ import * as maps from './maps/maps'; -import * as metadata from '../data/55606a1e/metadata.json'; +import * as metadata from '../data/7bc7ecc8/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/55606a1e/report.json') +const report = require('../data/7bc7ecc8/report.json') .filter((entry) => entry.Actor != undefined); // bad data from API downtime const reports = new Map(); |
