1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Find replace fix

This commit is contained in:
Jake Barnby 2022-08-15 23:40:41 +12:00
parent 77a28a2de7
commit 564f5dbf64

View file

@ -32,7 +32,7 @@ trait TeamsBase
$teamUid = $response1['body']['$id'];
$teamName = $response1['body']['name'];
$teamId = ID::unique()
$teamId = ID::unique();
$response2 = $this->client->call(Client::METHOD_POST, '/teams', array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],