summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-01-25 15:35:23 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-04-27 09:22:51 +0200
commite0f6c95252bb21494d8181734cc9c70377bb8e80 (patch)
tree960a17608a6ef8464b6c1b33972de953bfb466e0 /src
parentf2f6f9cd53406ebf91044c6e505e73601f5fa9c7 (diff)
downloadbrokentalents-e0f6c95252bb21494d8181734cc9c70377bb8e80.tar.gz
brokentalents-e0f6c95252bb21494d8181734cc9c70377bb8e80.zip
Switch to 3.10
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 5ff4283..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/f7f9e512/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/f7f9e512/report.json')
+const report = require('../data/55606a1e/report.json')
.filter((entry) => entry.Actor != undefined); // bad data from API downtime
const reports = new Map();