mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-03 13:26:27 -04:00
[EGD-3402] pr fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user