Skip to content

Commit aa3b9fc

Browse files
author
Ruben Nine
committed
Exposing result openly.
1 parent 6f5e6e9 commit aa3b9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FilestackSDK/Public/Operations/BaseOperation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ open class BaseOperation<Success>: Operation {
8282

8383
extension BaseOperation {
8484
/// Returns the result of operation.
85-
private(set) var result: Result {
85+
open private(set) var result: Result {
8686
get { lockQueue.sync { _result } }
8787
set { lockQueue.sync { _result = newValue } }
8888
}

0 commit comments

Comments
 (0)