mirror of
https://github.com/safing/portbase
synced 2026-05-01 21:21:23 +00:00
Remove unused Err attribute on database subscription
This commit is contained in:
parent
3bdca53c14
commit
be456c9d64
2 changed files with 2 additions and 3 deletions
|
|
@ -13,7 +13,6 @@ type Subscription struct {
|
|||
canceled bool
|
||||
|
||||
Feed chan record.Record
|
||||
Err error
|
||||
}
|
||||
|
||||
// Cancel cancels the subscription.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue