chore: error message

This commit is contained in:
Davinci 2024-05-14 17:20:19 +02:00
parent 7c2b8dc53e
commit f6a2f4aa48

View File

@ -166,7 +166,7 @@ export const sendDM = async (
toast.error('An error occurred while publishing DM')
errResults.forEach((errResult: any) => {
toast.error(`${errResult.relay} -- ${errResult.error}`)
toast.error(`Publishing to ${errResult.relay} caused the following error: ${errResult.error}`)
})
return null