Merge pull request #10875 from appwrite/fix-wrong-user-type

Add teamId to project array in e2e test
This commit is contained in:
Damodar Lohani 2025-11-27 17:39:33 +05:45 committed by GitHub
commit 95abe61bab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -856,7 +856,7 @@ App::shutdown()
*
* Therefore, we consider this an anonymous request and create a relevant user.
*/
$user = new Document([
$user = new User([
'$id' => '',
'status' => true,
'type' => ACTIVITY_TYPE_GUEST,