[EGD-3402] pr fixes

This commit is contained in:
alek
2020-07-16 13:18:34 +02:00
committed by Alek Rudnik
parent 6a3d59810f
commit cd5e381bc2
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ bool ThreadRecordInterface::Add(const ThreadRecord &rec)
bool ThreadRecordInterface::RemoveByID(uint32_t id)
{
auto ret = smsDB->threads.removeByID(id);
auto ret = smsDB->threads.removeById(id);
if (ret == false) {
return false;
}