diff --git a/utils/GunSmith/gun.js b/utils/GunSmith/gun.js index c71c0f2b..bea2a118 100644 --- a/utils/GunSmith/gun.js +++ b/utils/GunSmith/gun.js @@ -179,7 +179,9 @@ const handleMsg = msg => { node.put(msg.data, ack => { /** @type {Smith.GunMsgPut} */ const reply = { - ack, + ack: { + err: ack.err + }, id: msg.id, path: msg.path, type: 'put'