diff --git a/utils/GunSmith/gun.js b/utils/GunSmith/gun.js index 39d5e3b8..d4e9239e 100644 --- a/utils/GunSmith/gun.js +++ b/utils/GunSmith/gun.js @@ -232,7 +232,7 @@ const handleMsg = async msg => { /** @type {Smith.GunMsgPut} */ const reply = { ack: { - err: ack.err + err: typeof ack.err === 'string' ? ack.err : undefined }, id: msg.id, path: msg.path,