lib/api, lib/model: Fixes around event request tracking (#6774)
This commit is contained in:
@@ -17,3 +17,5 @@ type mockedEventSub struct{}
|
||||
func (s *mockedEventSub) Since(id int, into []events.Event, timeout time.Duration) []events.Event {
|
||||
select {}
|
||||
}
|
||||
|
||||
func (s *mockedEventSub) Mask() events.EventType { return 0 }
|
||||
|
||||
Reference in New Issue
Block a user