Undoing a wrong patch
This commit is contained in:
parent
4acac9178b
commit
5336940f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ var users = m.request({
|
||||||
return response.data;
|
return response.data;
|
||||||
},
|
},
|
||||||
unwrapError: function(response) {
|
unwrapError: function(response) {
|
||||||
return JSON.parse(response).error;
|
return response.error;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue