mirror of
https://github.com/typemill/typemill.git
synced 2025-07-25 00:02:28 +02:00
Fix Typo addCustomHeaders in apiCalls issue #538
This commit is contained in:
@@ -90,7 +90,7 @@ class ApiCalls
|
||||
"Content-Type: application/json"
|
||||
];
|
||||
|
||||
$headers = $this->addCustomHeader($headers, $customHeaders);
|
||||
$headers = $this->addCustomHeaders($headers, $customHeaders);
|
||||
|
||||
$options = [
|
||||
'http' => [
|
||||
|
Reference in New Issue
Block a user