remove unused code

This commit is contained in:
Marcus Efraimsson
2018-09-30 20:16:01 +02:00
parent d313ffa847
commit d412aafb7e
2 changed files with 0 additions and 30 deletions

View File

@@ -111,10 +111,3 @@ type GetNotificationStateQuery struct {
Result *AlertNotificationState
}
type InsertAlertNotificationCommand struct {
OrgId int64
AlertId int64
NotifierId int64
SentAt int64
State AlertNotificationStateType
}