Skip to content

Commit

Permalink
feat(BRIDGE-37): removed priority field
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroNafta committed Aug 27, 2024
1 parent 2462df0 commit b259ca3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions notification_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ type NotificationPayload struct {
}

type NotificationEvent struct {
ID string
UID string
UserID string
Type string
Priority string
Time int64
Payload NotificationPayload
ID string
UID string
UserID string
Type string
Time int64
Payload NotificationPayload
}

0 comments on commit b259ca3

Please sign in to comment.