Skip to content

Commit 2507c7a

Browse files
committed
Minimal fix for #1565 (#1747)
1 parent f801c97 commit 2507c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebase/Storage/Private/FIRStorageTask_Private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN
6262

6363
@property(readonly, nonatomic) GTMSessionFetcherService *fetcherService;
6464

65-
@property(readonly) GTMSessionFetcherCompletionHandler fetcherCompletion;
65+
@property(readonly, copy) GTMSessionFetcherCompletionHandler fetcherCompletion;
6666

6767
/**
6868
* Creates a new FIRStorageTask initialized with a FIRStorageReference and GTMSessionFetcherService.

0 commit comments

Comments
 (0)