fix: rename tables failed_event to failed_events (#287)

* fix: rename tables failed_event to failed_events

* fix: use const
This commit is contained in:
Fabi
2020-06-29 09:56:29 +02:00
committed by GitHub
parent 79eff2795f
commit 5a0876cf98
6 changed files with 17 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import (
)
const (
errTable = "notification.failed_event"
errTable = "notification.failed_events"
)
func (v *View) saveFailedEvent(failedEvent *repository.FailedEvent) error {