mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
removed comments
This commit is contained in:
@@ -1547,7 +1547,6 @@ $server->onClose(function (int $connection) use ($server, $realtime, $stats, $re
|
||||
$consoleDB = getConsoleDB();
|
||||
$project = $consoleDB->getAuthorization()->skip(fn () => $consoleDB->getDocument('projects', $projectId));
|
||||
|
||||
// todo: have a bulk delete
|
||||
if (!$project->isEmpty()) {
|
||||
$dbForProject = getProjectDB($project);
|
||||
$presences = $dbForProject->find('presenceLogs', [
|
||||
|
||||
Reference in New Issue
Block a user