mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-04 08:26:57 +08:00
Fixed profile URL cache always being deleted when editing profile
This commit is contained in:
parent
7f945afbca
commit
4b7ea80fcf
@ -114,7 +114,7 @@ SteamCommunity.prototype.editProfile = function(settings, callback) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
self._myProfile("edit", values, function(err, response, body) {
|
self._myProfile("edit", values, function(err, response, body) {
|
||||||
if (values.customURL) {
|
if (settings.customURL) {
|
||||||
delete self._profileURL;
|
delete self._profileURL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user