summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-02-13 21:25:07 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-04-27 09:22:55 +0200
commit51a66b1b1fd103a7ab91c5a364aa6e319b04e121 (patch)
treec4872ac8358a8d7272eee8ca8e6414893d37ceb3 /src
parentf3c1bc20c63f1ceb82727a518ecd75586ac815a0 (diff)
downloadbrokentalents-51a66b1b1fd103a7ab91c5a364aa6e319b04e121.tar.gz
brokentalents-51a66b1b1fd103a7ab91c5a364aa6e319b04e121.zip
Revert "enable 4.0 in frontend" because there is no data yet
This reverts commit cb1ca859cf6f8bc7b32b05d175ffaea5d6fe2020.
Diffstat (limited to 'src')
-rw-r--r--src/ReportService.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ReportService.js b/src/ReportService.js
index be081ae..79739e6 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/55606a1e/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/55606a1e/report.json')
.filter((entry) => entry.Actor != undefined); // bad data from API downtime
const reports = new Map();