Skip to content

Commit a2a1b7e

Browse files
author
Ahmad Fikrizaman Bin Abd Rahim
committed
update client
1 parent 4b1b766 commit a2a1b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public function accelRedirectData(array $options)
268268
return [
269269
'Authorization' => $this->authToken,
270270
'host' => $parsed['host'],
271-
'query' => sprintf("FileId=%s", $options['FileId']),
271+
'query' => sprintf("fileId=%s", $options['FileId']),
272272
];
273273
}
274274

0 commit comments

Comments
 (0)