Implement review fixes

This commit is contained in:
2026-06-15 14:46:37 +05:30
parent 89fc662181
commit b5c8b1ee9b
@@ -177,7 +177,6 @@ util::Vector<Notification*> UserManagementService::getUserNotifications(const st
{
notificationsVector.push_back(notifications.getValueAt(index));
}
m_dataStore.unlockDataStore();
return notificationsVector;
}
else