Skip to content

Commit fc668e9

Browse files
committed
public makeCompactArray
1 parent 9926796 commit fc668e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ElasticsearchQueryBuilder/Components.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public protocol ArrayComponent {
1313
}
1414

1515
extension ArrayComponent {
16-
func makeCompactArray() -> [QueryDict] {
16+
public func makeCompactArray() -> [QueryDict] {
1717
var value = self.makeArray()
1818
value.removeAll(where: \.isEmpty)
1919
return value

0 commit comments

Comments
 (0)