From 158eca43541a64cd6e73a272455707f4705c57ea Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 26 Mar 2017 23:06:05 +0200 Subject: new player from API: insert playerNames too --- api.js | 1 + 1 file changed, 1 insertion(+) (limited to 'api.js') diff --git a/api.js b/api.js index e343fbf..9043ed1 100644 --- a/api.js +++ b/api.js @@ -59,6 +59,7 @@ async function api_playerByAttr(attr, val) { finds.push({ "region": res.data[0].attributes.shardId, "id": res.data[0].id, + "name": res.data[0].attributes.name, "last_update": res.data[0].attributes.createdAt, "source": "api" }); -- cgit v1.3.1