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 884b101 commit f190eceCopy full SHA for f190ece
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
- from query: FirestoreQueryHandler
+ makeQuery query: FirestoreQueryHandler
53
) -> AnyPublisher<Bool, FirestoreServiceError>
54
}
55
#endif
0 commit comments