1
0
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:
trendschau
2025-05-17 13:13:08 +02:00
parent dd4875678f
commit 256f627ede

View File

@@ -90,7 +90,7 @@ class ApiCalls
"Content-Type: application/json"
];
$headers = $this->addCustomHeader($headers, $customHeaders);
$headers = $this->addCustomHeaders($headers, $customHeaders);
$options = [
'http' => [