Skip to content

Commit e1daa3f

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 4dfca58 + c8fc04f commit e1daa3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/ATProtoKit/APIReference/AppBskyAPI/AppBskyBookmarkCreateBookmarkMethod.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extension ATProtoKit {
5757
forRequest: requestURL,
5858
andMethod: .post,
5959
acceptValue: "application/json",
60-
contentTypeValue: nil,
60+
contentTypeValue: "application/json",
6161
authorizationValue: "Bearer \(accessToken)"
6262
)
6363

Sources/ATProtoKit/APIReference/AppBskyAPI/AppBskyBookmarkDeleteBookmarkMethod.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extension ATProtoKit {
4949
forRequest: requestURL,
5050
andMethod: .post,
5151
acceptValue: "application/json",
52-
contentTypeValue: nil,
52+
contentTypeValue: "application/json",
5353
authorizationValue: "Bearer \(accessToken)"
5454
)
5555

0 commit comments

Comments
 (0)