remove: {}

This commit is contained in:
Darshan
2025-07-08 15:43:51 +05:30
parent 020814e672
commit 7ca951ed81
+1 -1
View File
@@ -335,7 +335,7 @@ trait TokensBase
foreach ($endpoints as $endpoint) {
$response = $this->client->call(
Client::METHOD_GET,
"/storage/buckets/{$bucketId}/files/{$fileId}/$endpoint",
"/storage/buckets/$bucketId/files/$fileId/$endpoint",
[
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],