From 42ebbda00da331f0a54f2da56dbc6c587c8c5d51 Mon Sep 17 00:00:00 2001 From: Alexander Corn Date: Sat, 5 Mar 2016 00:27:04 -0500 Subject: [PATCH] Fixed typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index faab44f..9352192 100644 --- a/index.js +++ b/index.js @@ -348,7 +348,7 @@ SteamCommunity.prototype._myProfile = function(endpoint, form, callback) { } var options = { - "uri": "https://steamcommunity.com" + mtch[1] + "/" + endpoint, + "uri": "https://steamcommunity.com" + match[1] + "/" + endpoint, "method": "GET" };