We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e192b commit 9ee221dCopy full SHA for 9ee221d
src/utils/retryAddParticipant.util.ts
@@ -18,7 +18,6 @@ export async function retryAddParticipant(conversationSid: string, participantAd
18
proxyAddresses.shift()
19
return retryAddParticipant(conversationSid, participantAddress, proxyAddresses)
20
} else {
21
- console.log('hereherh')
22
console.log(err)
23
throw new Error(err)
24
}
0 commit comments