mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
remove success field from json responses
This commit is contained in:
@@ -252,7 +252,6 @@ function _requestMaker (user, method, additionalSets) {
|
||||
|
||||
if (API_V === 'v3') {
|
||||
return reject({
|
||||
success: err.response.body.success,
|
||||
code: err.status,
|
||||
error: err.response.body.error,
|
||||
message: err.response.body.message,
|
||||
|
||||
Reference in New Issue
Block a user