Skip to content

Commit f5a2fe5

Browse files
fix: return after promise rejection
1 parent b442827 commit f5a2fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/ios/RNFBFirestore/RNFBFirestoreCollectionModule.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ - (void)invalidate {
252252
@"RNFB Firestore: Invalid Aggregate Type"
253253
reason:reason
254254
userInfo:nil]];
255+
return;
255256
}
256257
}
257258

0 commit comments

Comments
 (0)