diff --git a/src/api/object.js b/src/api/object.js index f7cd675a8..64549dc95 100644 --- a/src/api/object.js +++ b/src/api/object.js @@ -92,6 +92,7 @@ module.exports = (send) => { } } else if (typeof obj === 'object') { tmpObj.Data = obj.Data.toString() + tmpObj.Links = obj.Links } else { return callback(new Error('obj not recognized')) }