Skip to content

Commit

Permalink
Update send-notification-flow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Oct 14, 2024
1 parent 5f0ee76 commit d0e5611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/send-notification-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ your real system**. Its purpose is only to clarify the feature's operating model
erDiagram
User ||--o{ Bot: owns
User ||--o{ GitRepository: owns
Bot ||--|{ Webhook: creates
GitRepository ||--o{ Webhook: has
GitRepository ||--o{ Event: triggers
Event ||--o{ Webhook: sends_through
Bot ||--|{ Webhook: creates
Webhook ||--|{ Bot: received_by
Bot ||--o{ Notification: sends
Notification ||--o{ Recipient: received_by
Expand Down

0 comments on commit d0e5611

Please sign in to comment.