Remove extra lines

This commit is contained in:
Anthony Lavado
2019-10-04 13:44:12 -04:00
committed by GitHub
parent 591a1d3baa
commit 5619295646
-3
View File
@@ -1196,9 +1196,6 @@ define(["events", "appStorage"], function(events, appStorage) {
type: "POST",
url: url,
data: user,
Name: user.Name,
Password: user.Password
},
dataType: "json"
})
}, ApiClient.prototype.updateUser = function(user) {