Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exteand deletes worker #8274

Open
wants to merge 16 commits into
base: refactor-usage-sn
Choose a base branch
from
Prev Previous commit
Next Next commit
deleteUser $dbForConsole = null
  • Loading branch information
shimonewman committed Jun 9, 2024
commit 532576d282db79e98aec1803a4053a160c412f7b
1 change: 1 addition & 0 deletions src/Appwrite/Platform/Workers/Deletes.php
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ protected function deleteProject(Database $dbForConsole, callable $getProjectDB
*/
protected function deleteUser(callable $getProjectDB, Document $document, Document $project): void
{
var_dump("in appwrite");
$userId = $document->getId();
$userInternalId = $document->getInternalId();
$dbForProject = $getProjectDB($project);
Expand Down