Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Jul 4, 2023
1 parent add25e2 commit 4ffeca3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/lists/extensions/Namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
ResourceSetInput,
} from '../../services/uma2';
import {
getOrganizationUnit,
lookupProductEnvironmentServicesBySlug,
lookupUsersByUsernames,
recordActivity,
Expand All @@ -18,7 +17,6 @@ import {
getNamespaceResourceSets,
isUserBasedResourceOwners,
doClientLoginForCredentialIssuer,
EnvironmentContext,
getOrgPoliciesForResource,
} from './Common';
import type { TokenExchangeResult } from './Common';
Expand All @@ -32,18 +30,12 @@ import {
DeleteNamespaceValidate,
} from '../../services/workflow/delete-namespace';
import { GWAService } from '../../services/gwaapi';
import {
camelCaseAttributes,
regExprValidation,
transformSingleValueAttributes,
} from '../../services/utils';
import { regExprValidation } from '../../services/utils';
import getSubjectToken from '../../auth/auth-token';
import {
GroupAccessService,
NamespaceService,
} from '../../services/org-groups';
import { IssuerEnvironmentConfig } from '../../services/workflow/types';
import { Keystone } from '@keystonejs/keystone';
import { Logger } from '../../logger';
import { getGwaProductEnvironment } from '../../services/workflow';
import { NotificationService } from '../../services/notification/notification.service';
Expand All @@ -55,7 +47,7 @@ import {
getResource,
transformOrgAndOrgUnit,
} from '../../services/keycloak/namespace-details';
import { newNamespaceID } from '@/services/identifiers';
import { newNamespaceID } from '../../services/identifiers';

const logger = Logger('ext.Namespace');

Expand Down

0 comments on commit 4ffeca3

Please sign in to comment.