Skip to content

Commit

Permalink
chore: Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Oct 18, 2023
1 parent e0557a2 commit 95750bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/rdf/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,18 @@ import {
import { ResolvedDataCube, ResolvedDimension } from "../graphql/shared-types";

import * as ns from "./namespace";
import { schema } from "./namespace";
import {
getQueryLocales,
getScaleType,
isCubePublished,
parseCube,
parseCubeDimension,
parseRelatedDimensions,
} from "./parse";
import { executeWithCache } from "./query-cache";
import {
loadDimensionValues,
loadMinMaxDimensionValues,
} from "./query-dimension-values";
import { loadResourceLabels } from "./query-labels";
import { loadResourceLiterals } from "./query-literals";
import { loadUnversionedResources } from "./query-sameas";
import { loadUnits } from "./query-unit-labels";

Expand Down Expand Up @@ -433,7 +430,6 @@ export const getCubeDimensionValuesWithMetadata = async ({
} as DimensionValue);
}
});

} else if (literals.length > 0) {
literals.forEach(({ value }) =>
result.push({
Expand Down

0 comments on commit 95750bb

Please sign in to comment.