+ dont manipulate response data

This commit is contained in:
antikalk
2020-05-16 16:54:58 +02:00
parent e775057389
commit bfc6ba2008
3 changed files with 4 additions and 6 deletions
-2
View File
@@ -293,8 +293,6 @@ module.exports = function init(global, jsUtil, cookieHandler, messages, base64,
}
if (!response.data) {
// return null as data if response data is not set
response.data = null;
return success(response);
}