Skip to content

Commit

Permalink
fix: type import on WORKSPACE_TYPE (opensearch-project#131)
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 6, 2023
1 parent 7f1e491 commit e4e677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/workspace/server/workspace_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import type {
CoreSetup,
WorkspaceAttribute,
ISavedObjectsRepository,
WORKSPACE_TYPE,
} from '../../../core/server';
import { WORKSPACE_TYPE } from '../../../core/server';
import {
IWorkspaceDBImpl,
WorkspaceFindOptions,
Expand Down

0 comments on commit e4e677b

Please sign in to comment.