summaryrefslogtreecommitdiff
path: root/src/ReportService.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-02-13 21:18:31 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-04-27 09:22:54 +0200
commit745604d4c48def30443c117367130ab1fbcd775b (patch)
tree55b1fb4a92762cceea8f3235f488b66cf5a25d30 /src/ReportService.js
parent474455ae3d6bd968cf260ba536efd023c81213e2 (diff)
downloadbrokentalents-745604d4c48def30443c117367130ab1fbcd775b.tar.gz
brokentalents-745604d4c48def30443c117367130ab1fbcd775b.zip
enable 4.0 in frontend
Diffstat (limited to 'src/ReportService.js')
-rw-r--r--src/ReportService.js4
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();