We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f190ece commit 1897df3Copy full SHA for 1897df3
Sources/SHFirestoreService/FirestoreQueryable.swift
@@ -49,7 +49,7 @@ public protocol FirestoreQueryable {
49
/// - Throws: `FirestoreServiceError` if the query execution fails.
50
func isFieldDuplicated(
51
endpoint: any FirestoreEndopintable,
52
- makeQuery query: FirestoreQueryHandler
+ makeQuery: FirestoreQueryHandler
53
) -> AnyPublisher<Bool, FirestoreServiceError>
54
}
55
#endif
0 commit comments