mirror of
https://github.com/safing/portbase
synced 2025-09-01 18:19:57 +00:00
Fix bug in database api
This commit is contained in:
parent
a554481247
commit
94b5fe8e4d
1 changed files with 1 additions and 0 deletions
|
@ -387,6 +387,7 @@ func (api *DatabaseAPI) processSub(opID []byte, sub *database.Subscription) {
|
||||||
} else {
|
} else {
|
||||||
// sub feed ended
|
// sub feed ended
|
||||||
api.send(opID, dbMsgTypeDone, "", nil)
|
api.send(opID, dbMsgTypeDone, "", nil)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue