chore: error message
This commit is contained in:
parent
7c2b8dc53e
commit
f6a2f4aa48
@ -166,7 +166,7 @@ export const sendDM = async (
|
|||||||
toast.error('An error occurred while publishing DM')
|
toast.error('An error occurred while publishing DM')
|
||||||
|
|
||||||
errResults.forEach((errResult: any) => {
|
errResults.forEach((errResult: any) => {
|
||||||
toast.error(`${errResult.relay} -- ${errResult.error}`)
|
toast.error(`Publishing to ${errResult.relay} caused the following error: ${errResult.error}`)
|
||||||
})
|
})
|
||||||
|
|
||||||
return null
|
return null
|
||||||
|
Loading…
Reference in New Issue
Block a user