Skip to content

Commit fdc3a60

Browse files
committed
Remove unused export
1 parent 93838c9 commit fdc3a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/explore/hooks/useAttributeValidation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ interface ValidateAttributesParams extends AttributeValidationSelection {
3535

3636
const EMPTY_KEYS: string[] = [];
3737

38-
export function extractFilterKeys(parsedQuery: ParseResult | null): string[] {
38+
function extractFilterKeys(parsedQuery: ParseResult | null): string[] {
3939
if (!parsedQuery) {
4040
return EMPTY_KEYS;
4141
}

0 commit comments

Comments
 (0)