Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHegde committed Dec 16, 2024
1 parent 677443c commit 86275ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions web-admin/src/routes/+layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ import { redirectToLoginOrRequestAccess } from "@rilldata/web-admin/features/aut
import { fetchOrganizationPermissions } from "@rilldata/web-admin/features/organizations/selectors";
import { fetchProjectDeploymentDetails } from "@rilldata/web-admin/features/projects/selectors";
import { initPosthog } from "@rilldata/web-common/lib/analytics/posthog";
import { queryClient } from "@rilldata/web-common/lib/svelte-query/globalQueryClient.js";
import { fixLocalhostRuntimePort } from "@rilldata/web-common/runtime-client/fix-localhost-runtime-port";
import { runtime } from "@rilldata/web-common/runtime-client/runtime-store";
import { error, redirect, type Page } from "@sveltejs/kit";

export const load = async ({ params, url, route }) => {
Expand Down
1 change: 0 additions & 1 deletion web-common/src/features/explores/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
createRuntimeServiceGetExplore,
getQueryServiceMetricsViewTimeRangeQueryKey,
getRuntimeServiceGetExploreQueryKey,
queryServiceMetricsViewTimeRange,
runtimeServiceGetExplore,
type RpcStatus,
type V1ExploreSpec,
Expand Down

0 comments on commit 86275ba

Please sign in to comment.