Skip to content

Commit 92d53ed

Browse files
committed
Added public initializer to deleteBookmark
1 parent b562d3c commit 92d53ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/ATProtoKit/Models/Lexicons/app.bsky/Bookmark/AppBskyBookmarkDeleteBookmark.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@ extension AppBskyLexicon.Bookmark {
2525

2626
/// The URI of the bookmark to delete.
2727
public let uri: String
28+
29+
public init(uri: String) {
30+
self.uri = uri
31+
}
32+
2833
}
2934
}

0 commit comments

Comments
 (0)