Skip to content

Commit 5105ba0

Browse files
committed
Fixed typo in Storage
1 parent 400d7ee commit 5105ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Firestack/FirestackStorage.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ - (void) addUploadObservers:(FIRStorageUploadTask *) uploadTask
261261
RCT_EXPORT_METHOD(getRealPathFromURI: (NSString *) urlStr
262262
callback:(RCTResponseSenderBlock) callback)
263263
{
264-
callback(@[[NSNull null], urlStr}]);
264+
callback(@[[NSNull null], urlStr]);
265265
}
266266

267267
// This is just too good not to use, but I don't want to take credit for

0 commit comments

Comments
 (0)