Compare commits

...

1 Commits

Author SHA1 Message Date
joelthomastrenser b5c8b1ee9b Implement review fixes 2026-06-15 14:46:37 +05:30
@@ -177,7 +177,6 @@ util::Vector<Notification*> UserManagementService::getUserNotifications(const st
{ {
notificationsVector.push_back(notifications.getValueAt(index)); notificationsVector.push_back(notifications.getValueAt(index));
} }
m_dataStore.unlockDataStore();
return notificationsVector; return notificationsVector;
} }
else else