mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Format
This commit is contained in:
parent
2b8e992646
commit
9333efd3c3
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ App::post('/v1/teams')
|
|||
if (!\in_array('owner', $roles)) {
|
||||
$roles[] = 'owner';
|
||||
}
|
||||
|
||||
|
||||
$membershipId = $dbForProject->getId();
|
||||
$membership = new Document([
|
||||
'$id' => $membershipId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue