Skip to content

Commit 7c4aa42

Browse files
committed
fix: update the flow in flowchart docs
1 parent d0e5611 commit 7c4aa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/send-notification-flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ flowchart TD
165165
checkSettings -->|Yes| findTemplate{Find message template}
166166
checkSettings -->|No| endFlow[End flow]
167167
findTemplate -->|Exists| setMessage[Set message for notification]
168+
sendNotification -->|Failure| log[Log error]
168169
findTemplate -->|Not Exists| log[Log error]
169170
setMessage --> checkMessage{Is message empty?}
170171
checkMessage -->|Yes| endFlow[End flow]
171172
checkMessage -->|No| sendNotification[Send notification]
172173
sendNotification -->|Success| endFlow[End flow]
173-
sendNotification -->|Failure| log[Log error]
174174
log --> endFlow
175175
```
176176

0 commit comments

Comments
 (0)