diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-10-19 19:26:40 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:43 +0100 |
| commit | f4d5350cb48a5cf83907a6bde29174f55e79085e (patch) | |
| tree | 4d951bd988c99d2b704d79bc0a055889c84c3810 /src | |
| parent | 08596e5b7a169868d0bf6b777f3680c970fd376f (diff) | |
| download | brokentalents-f4d5350cb48a5cf83907a6bde29174f55e79085e.tar.gz brokentalents-f4d5350cb48a5cf83907a6bde29174f55e79085e.zip | |
Activate 3.8 data in frontend
Diffstat (limited to 'src')
| -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 bfbebcf..6bbf55e 100644 --- a/src/ReportService.js +++ b/src/ReportService.js @@ -1,5 +1,5 @@ import * as maps from './maps/maps'; -import * as metadata from '../data/01ca8592/metadata.json'; +import * as metadata from '../data/43b7b84e/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/01ca8592/report.json') +const report = require('../data/43b7b84e/report.json') .filter((entry) => entry.Actor != undefined); // bad data from API downtime const reports = new Map(); |
