Skip to content

Commit bf2d63e

Browse files
authored
Merge branch 'MasterJ93:main' into main
2 parents 357f1ab + e606193 commit bf2d63e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ATProtoKit/APIReference/AppBskyAPI/AppBskyBookmarkGetBookmarkMethod.swift renamed to Sources/ATProtoKit/APIReference/AppBskyAPI/AppBskyBookmarkGetBookmarksMethod.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extension ATProtoKit {
4343
let accessToken = try await keychain.retrieveAccessToken()
4444
let sessionURL = session.serviceEndpoint.absoluteString
4545

46-
guard let requestURL = URL(string: "\(sessionURL)/xrpc/app.bsky.bookmark.getBookmark") else {
46+
guard let requestURL = URL(string: "\(sessionURL)/xrpc/app.bsky.bookmark.getBookmarks") else {
4747
throw ATRequestPrepareError.invalidRequestURL
4848
}
4949

0 commit comments

Comments
 (0)