Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Nov 20, 2023
1 parent 64c9f1d commit e114983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/pkg/epinio/store/epinio-store/actions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { METRIC, SCHEMA, WORKLOAD, WORKLOAD_TYPES } from '@shell/config/types';
import { METRIC, SCHEMA, WORKLOAD_TYPES } from '@shell/config/types';
import { handleSpoofedRequest } from '@shell/plugins/dashboard-store/actions';
import { classify } from '@shell/plugins/dashboard-store/classify';
import { normalizeType } from '@shell/plugins/dashboard-store/normalize';
Expand All @@ -12,7 +12,7 @@ import {
} from '../../types';
import EpinioCluster from '../../models/cluster';
import { RedirectToError } from '@shell/utils/error';
import { allHash, allHashSettled } from '@shell/utils/promise';
import { allHashSettled } from '@shell/utils/promise';

const createId = (schema: any, resource: any) => {
const name = resource.meta?.name || resource.name;
Expand Down

0 comments on commit e114983

Please sign in to comment.