Fixed profile URL cache always being deleted when editing profile

This commit is contained in:
Alexander Corn 2016-05-05 16:12:27 -04:00
parent 7f945afbca
commit 4b7ea80fcf

View File

@ -114,7 +114,7 @@ SteamCommunity.prototype.editProfile = function(settings, callback) {
}
self._myProfile("edit", values, function(err, response, body) {
if (values.customURL) {
if (settings.customURL) {
delete self._profileURL;
}