Add retry for thunks

This commit is contained in:
Jon Staab
2024-10-17 11:56:13 -07:00
parent d00bc64ffd
commit 96bc07c739
6 changed files with 45 additions and 12 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ export const broadcastUserData = async (relays: string[]) => {
for (const event of events) {
if (isSignedEvent(event)) {
await publishThunk({event, relays})
await publishThunk({event, relays}).result
}
}
}