Find replace fix

This commit is contained in:
Jake Barnby
2022-08-15 23:40:41 +12:00
parent 77a28a2de7
commit 564f5dbf64
+1 -1
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'],