This commit is contained in:
mr
2026-02-26 09:14:34 +01:00
parent 779e36aaef
commit 79aa3cc2b3
2 changed files with 13 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ func (ps *StreamService) handleEvent(protocol string, evt *common.Event) error {
return err
}
}
if protocol == ProtocolConsidersResource && evt.DataType > -1 {
if protocol == ProtocolConsidersResource {
if err := ps.pass(evt, tools.PB_CONSIDERS); err != nil {
return err
}