Skip to content

Commit

Permalink
fix: doMock error
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Sep 10, 2023
1 parent 9ef5867 commit 551e40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/server/saved_objects/service/lib/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import {
} from './utils';
import { PUBLIC_WORKSPACE_ID, WorkspacePermissionMode } from '../../../../utils/constants';
import { ACL, Principals } from '../../permission_control/acl';
import { WORKSPACE_TYPE } from '../../../../server';
import { WORKSPACE_TYPE } from '../../../../utils';

// BEWARE: The SavedObjectClient depends on the implementation details of the SavedObjectsRepository
// so any breaking changes to this repository are considered breaking changes to the SavedObjectsClient.
Expand Down
2 changes: 1 addition & 1 deletion src/core/server/saved_objects/service/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { SavedObjectsFindOptions } from '../../types';
import { SavedObjectsFindResponse, SavedObjectsRepository } from '..';
import { Principals } from '../../permission_control/acl';
import { SavedObjectsPermissionModes } from '../../permission_control/client';
import { WORKSPACE_TYPE } from '../../../index';
import { WORKSPACE_TYPE } from '../../../../utils';

export const DEFAULT_NAMESPACE_STRING = 'default';
export const ALL_NAMESPACES_STRING = '*';
Expand Down

0 comments on commit 551e40c

Please sign in to comment.