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 9926796 commit fc668e9Copy full SHA for fc668e9
Sources/ElasticsearchQueryBuilder/Components.swift
@@ -13,7 +13,7 @@ public protocol ArrayComponent {
13
}
14
15
extension ArrayComponent {
16
- func makeCompactArray() -> [QueryDict] {
+ public func makeCompactArray() -> [QueryDict] {
17
var value = self.makeArray()
18
value.removeAll(where: \.isEmpty)
19
return value
0 commit comments