summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-03-23 11:13:07 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-04-27 09:22:57 +0200
commitc4af102af9ae4fa42a1c63b5f2099d711bf4fb82 (patch)
treed777fecabae6aecef93e451a5122f2b77676fafd
parentcae8729cdf11d8ac1de0bfdf243892c0cc7da5e3 (diff)
downloadbrokentalents-c4af102af9ae4fa42a1c63b5f2099d711bf4fb82.tar.gz
brokentalents-c4af102af9ae4fa42a1c63b5f2099d711bf4fb82.zip
Update frontend to 4.1
This reverts commit 3683c879cc72e1e4691209ac2cdb744904917f73.
-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..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/55606a1e/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/55606a1e/report.json')
+const report = require('../data/b0051a1f/report.json')
.filter((entry) => entry.Actor != undefined); // bad data from API downtime
const reports = new Map();