Skip to content

Commit fef2847

Browse files
committed
Fix for test
1 parent 09c1e71 commit fef2847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/src/jsMain/kotlin/dev/gitlive/firebase/firestore/internal/NativeFirebaseFirestoreWrapper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ internal actual class NativeFirebaseFirestoreWrapper internal constructor(
5050
)
5151
},
5252
{
53-
!appsWithFirestore.contains(app)
53+
!appsWithFirestore.containsKey(app)
5454
},
5555
)
5656

0 commit comments

Comments
 (0)