Revert "temp-check: force purging cache"

This reverts commit 00e00ff166.
This commit is contained in:
ArnabChatterjee20k
2025-12-24 17:09:01 +05:30
parent 00e00ff166
commit 11f23d99fb
-2
View File
@@ -777,8 +777,6 @@ App::shutdown()
return;
}
// Purge cache to ensure we get fresh session count
$dbForProject->purgeCachedDocument('users', $userId);
$user = $dbForProject->getDocument('users', $userId);
if ($user->isEmpty()) {
return;