This commit is contained in:
David Kekesi
2024-10-29 12:48:57 +01:00
parent 8fdbaaa52d
commit 281a2654c9
@@ -67,7 +67,7 @@ bool SendBridge::handle(const ElementEvent& event) {
auto modelCardDatabase = connector()->getModelCardDatabase();
auto modelCards = modelCardDatabase->getCards();
// POC: this is probably not efficient, test and review it
// POC: this is probably not efficient, should test, review and refactor it
RecordIDList expiredModelCardIds;
for (const auto& modelCard : modelCards) {
if (auto senderCard = dynamic_cast<SenderModelCard*>(modelCard.get())) {