epicgames-fortnite-client
Advanced tools
Comparing version 0.1.3 to 0.1.31
{ | ||
"name": "epicgames-fortnite-client", | ||
"version": "0.1.3", | ||
"version": "0.1.31", | ||
"description": "The javascript client for Fortnite.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -124,3 +124,3 @@ const ENDPOINT = require('../../resources/Endpoint'); | ||
*/ | ||
async getStatsBR(username, time) { | ||
async getStatsBR(id, time) { | ||
@@ -127,0 +127,0 @@ time = ['weekly', 'alltime'].indexOf(time) > -1 ? time : 'alltime'; |
12006