Skip to content

Commit e7ccffb

Browse files
commented out notification struct
1 parent 368e053 commit e7ccffb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

structs.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,8 +1643,6 @@ type Notification struct {
16431643
ModifiedBy string `json:"modified_by" datastore:"modified_by"`
16441644
Ignored bool `json:"ignored" datastore:"ignored"`
16451645
ExecutionId string `json:"execution_id" datastore:"execution_id"`
1646-
NotificationType string `json:"notification_type datastore:"notification_type"`
1647-
Origin string `json:"origin" datastore:"origin"`
16481646
}
16491647

16501648
type NotificationCached struct {

0 commit comments

Comments
 (0)