summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-03-16 13:24:35 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-04-27 09:22:57 +0200
commit9eed6c098d9b0ba55a0bd29a3ce8eae1f77ef478 (patch)
tree42f43bdb50120e5703ccfe09069da6687d578de2
parent32708ac2b15f102f1114b16b1668ce7374f99db3 (diff)
downloadbrokentalents-9eed6c098d9b0ba55a0bd29a3ce8eae1f77ef478.tar.gz
brokentalents-9eed6c098d9b0ba55a0bd29a3ce8eae1f77ef478.zip
Roll frontend back to 4.0 because API is down
-rw-r--r--src/ReportService.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ReportService.js b/src/ReportService.js
index 25a0792..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/b0051a1f/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/b0051a1f/report.json')
+const report = require('../data/55606a1e/report.json')
.filter((entry) => entry.Actor != undefined); // bad data from API downtime
const reports = new Map();