Fix bug in database api

This commit is contained in:
Daniel 2020-04-21 14:11:53 +02:00
parent a554481247
commit 94b5fe8e4d

View file

@ -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
} }
} }
} }