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 93838c9 commit fdc3a60Copy full SHA for fdc3a60
static/app/views/explore/hooks/useAttributeValidation.tsx
@@ -35,7 +35,7 @@ interface ValidateAttributesParams extends AttributeValidationSelection {
35
36
const EMPTY_KEYS: string[] = [];
37
38
-export function extractFilterKeys(parsedQuery: ParseResult | null): string[] {
+function extractFilterKeys(parsedQuery: ParseResult | null): string[] {
39
if (!parsedQuery) {
40
return EMPTY_KEYS;
41
}
0 commit comments