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
+1 -2
View File
@@ -46,8 +46,7 @@
{#if showFailure}
{@const url = failedUrls[0]}
{@const status = $thunk.status[url]}
{@const message = $thunk.details[url]}
{@const {status, detail: message} = $thunk.results[url]}
<button
class="flex w-full justify-end px-1 text-xs {restProps.class}"
onclick={stopPropagation(noop)}>
+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
}