Remove unused Err attribute on database subscription

This commit is contained in:
Daniel 2020-03-20 17:22:38 +01:00
parent 3bdca53c14
commit be456c9d64
2 changed files with 2 additions and 3 deletions

View file

@ -13,7 +13,6 @@ type Subscription struct {
canceled bool
Feed chan record.Record
Err error
}
// Cancel cancels the subscription.