fix: failed DM error handling #19

Merged
b merged 3 commits from issue16 into main 2024-05-14 15:37:40 +00:00
Owner

Closes #16

Example of errors

image

Closes #16 ## Example of errors ![image](/attachments/a68f6566-a4aa-4d00-bd89-41a611111660)
m added 1 commit 2024-05-13 11:13:19 +00:00
s approved these changes 2024-05-13 12:07:13 +00:00
y reviewed 2024-05-14 13:47:32 +00:00
@ -163,0 +162,4 @@
toast.error('An error occurred while publishing DM')
errResults.forEach((errResult: any) => {
toast.error(`${errResult.relay} -- ${errResult.error}`)
Owner

The error message could be: Publishing to '${ralay}' caused the following error: '${error}'.

The error message could be: `Publishing to '${ralay}' caused the following error: '${error}'.`
b added 1 commit 2024-05-14 15:09:11 +00:00
m added 1 commit 2024-05-14 15:20:23 +00:00
b merged commit 33ed372236 into main 2024-05-14 15:37:40 +00:00
Sign in to join this conversation.
No reviewers
s
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sigit/sigit.io#19
No description provided.