Bump welshman

This commit is contained in:
Jon Staab
2025-10-01 17:03:25 -07:00
parent b4058389ec
commit 04155f5b23
4 changed files with 100 additions and 101 deletions
+2 -2
View File
@@ -168,7 +168,7 @@ export const broadcastUserData = async (relays: string[]) => {
for (const event of events) {
if (isSignedEvent(event)) {
await publishThunk({event, relays}).result
await publishThunk({event, relays}).complete
}
}
}
@@ -804,5 +804,5 @@ export const updateProfile = async ({
const event = makeEvent(template.kind, template)
const relays = router.merge(scenarios).getUrls()
await publishThunk({event, relays}).result
await publishThunk({event, relays}).complete
}