Fixed typo

This commit is contained in:
Alexander Corn
2016-03-05 00:27:04 -05:00
parent eed791acbd
commit 42ebbda00d

View File

@@ -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"
};