forked from coracle/flotilla
Add retry for thunks
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user