diff --git a/utils/GunSmith/gun.js b/utils/GunSmith/gun.js index 444158da..5884529e 100644 --- a/utils/GunSmith/gun.js +++ b/utils/GunSmith/gun.js @@ -191,6 +191,7 @@ const handleMsg = async msg => { }) } if (msg.type === 'put') { + await waitForAuth() const [root, ...keys] = msg.path.split('>') /** @type {GunT.GUNNode} */