diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2019-01-25 15:35:23 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-04-27 09:22:51 +0200 |
| commit | e0f6c95252bb21494d8181734cc9c70377bb8e80 (patch) | |
| tree | 960a17608a6ef8464b6c1b33972de953bfb466e0 | |
| parent | f2f6f9cd53406ebf91044c6e505e73601f5fa9c7 (diff) | |
| download | brokentalents-e0f6c95252bb21494d8181734cc9c70377bb8e80.tar.gz brokentalents-e0f6c95252bb21494d8181734cc9c70377bb8e80.zip | |
Switch to 3.10
| -rw-r--r-- | backend/config.js | 4 | ||||
| -rw-r--r-- | src/ReportService.js | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/backend/config.js b/backend/config.js index 1e0ffa5..7997059 100644 --- a/backend/config.js +++ b/backend/config.js @@ -21,9 +21,9 @@ module.exports = { baseUrl: 'https://api.dc01.gamelockerapp.com', timeout: 3, /* available: 3.1, 3.2, 3.3, … */ - patchVersion: '3.9', + patchVersion: '3.10', /* moment js parsable string */ - startDate: '2018-12-11 18Z', + startDate: '2019-01-23 18Z', /* available: eu, na, sg, cn, sa, ea */ regions: ['sg', 'eu', 'na'], /* available: casual, 5v5_pvp_casual, ranked, 5v5_pvp_ranked, blitz_pvp_ranked, casual_aral */ 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(); |
