Skip to content

Commit

Permalink
fix: change relation for bot and webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jun 6, 2024
1 parent 17f6461 commit 034411a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/send-notification-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ your real system**. Its purpose is only to clarify the feature's operating model
erDiagram
User ||--o{ Bot: owns
User ||--o{ GitRepository: owns
Bot ||--o{ Webhook: creates
Bot ||--|{ Webhook: creates
GitRepository ||--o{ Webhook: has
GitRepository ||--o{ Event: triggers
Event ||--o{ Webhook: sends_through
Webhook ||--o{ Bot: received_by
Webhook ||--|{ Bot: received_by
Bot ||--o{ Notification: sends
Notification ||--o{ Recipient: received_by
Expand Down

0 comments on commit 034411a

Please sign in to comment.