Revert "+ dont manipulate response data"

This reverts commit bfc6ba2008.
This commit is contained in:
antikalk
2020-05-21 22:41:49 +02:00
parent 29e0b385de
commit fed2b03cc6
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -293,6 +293,8 @@ 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);
}