mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: tests
This commit is contained in:
@@ -588,7 +588,7 @@ App::post('/v1/teams/:teamId/memberships')
|
||||
}
|
||||
|
||||
|
||||
if (!$isPrivilegedUser && !$isAppUser) {
|
||||
if ($isPrivilegedUser || $isAppUser) {
|
||||
$dbForProject->purgeCachedDocument('users', $invitee->getId());
|
||||
} else {
|
||||
$url = Template::parseURL($url);
|
||||
|
||||
Reference in New Issue
Block a user