diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2019-03-23 11:13:07 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-04-27 09:22:57 +0200 |
| commit | c4af102af9ae4fa42a1c63b5f2099d711bf4fb82 (patch) | |
| tree | d777fecabae6aecef93e451a5122f2b77676fafd | |
| parent | cae8729cdf11d8ac1de0bfdf243892c0cc7da5e3 (diff) | |
| download | brokentalents-c4af102af9ae4fa42a1c63b5f2099d711bf4fb82.tar.gz brokentalents-c4af102af9ae4fa42a1c63b5f2099d711bf4fb82.zip | |
Update frontend to 4.1
This reverts commit 3683c879cc72e1e4691209ac2cdb744904917f73.
| -rw-r--r-- | src/ReportService.js | 4 |
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(); |
