This commit is contained in:
Matej Bačo
2025-03-10 12:56:20 +01:00
parent efc5b9e353
commit be3d18ab41
@@ -256,7 +256,7 @@ trait FunctionsBase
$template = $this->client->call(Client::METHOD_GET, '/functions/templates/' . $templateId, array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()));
]));
return $template;
}