Skip to content

Commit 9efd499

Browse files
committed
Fix: Public access modifier.
Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
1 parent ed88fc5 commit 9efd499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/NextcloudKit/NextcloudKit+Share.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public extension NextcloudKit {
381381
/// - share: An optional `NKShare` object representing the created share.
382382
/// - responseData: The raw `AFDataResponse<Data>` returned by Alamofire.
383383
/// - error: An `NKError` representing the result of the operation.
384-
private func createShareAsync(
384+
public func createShareAsync(
385385
path: String,
386386
shareType: Int,
387387
shareWith: String?,

0 commit comments

Comments
 (0)