Skip to content

Commit 87c58ac

Browse files
committed
Removes the extra api-key argument from the request creator.
1 parent d1a025b commit 87c58ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/Internal/RequestCreator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ struct RequestCreator {
449449

450450
private func createPostRequest(path: String, body: [AnyHashable: Any]? = nil) -> PostRequest {
451451
PostRequest(path: path,
452-
args: [JsonKey.Header.apiKey: apiKey],
452+
args: nil,
453453
body: body)
454454
}
455455

0 commit comments

Comments
 (0)