Undoing a wrong patch

This commit is contained in:
eddyystop 2014-06-11 08:32:07 -04:00
parent 4acac9178b
commit 5336940f2c

View file

@ -195,7 +195,7 @@ var users = m.request({
return response.data;
},
unwrapError: function(response) {
return JSON.parse(response).error;
return response.error;
}
});