Skip to content

Commit bc3798f

Browse files
committed
ref
1 parent 784214b commit bc3798f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/store/src/Bridge/Neo4j/Store.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ private function request(string $method, string $endpoint, array $payload = []):
8888

8989
$response = $this->httpClient->request($method, $url, [
9090
'auth_basic' => \sprintf('%s:%s', $this->username, $this->password),
91-
'headers' => [
92-
'Accept' => 'application/json',
93-
],
9491
'json' => $payload,
9592
]);
9693

0 commit comments

Comments
 (0)