Skip to content

Commit

Permalink
feat: update comment
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Mar 13, 2024
1 parent f464a7d commit 4bf9eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/workspace/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { WorkspacePluginConfigType } from '../config';
import { workspaceIdInUrlSymbol } from './constant';
import { WorkspaceIdConsumerWrapper } from './saved_objects/workspace_id_consumer_wrapper';
// eslint-disable-next-line @osd/eslint/no-restricted-paths
import { ensureRawRequest } from '../../../core/server/http/router'; // will be an issue as the ensureRawRequest is an internal implementation
import { ensureRawRequest } from '../../../core/server/http/router'; // TODO: move the ensureRawRequest to a core module or the import will be an issue as the ensureRawRequest can only be import from core module

export class WorkspacePlugin implements Plugin<{}, {}> {
private readonly logger: Logger;
Expand Down Expand Up @@ -98,7 +98,7 @@ export class WorkspacePlugin implements Plugin<{}, {}> {
);
}

// TOO many client wrapper inside a single workspace plugin
// TODO: TOO many client wrapper inside a single workspace plugin
// Try to combine conflict wrapper and this consumer wrapper.
core.savedObjects.addClientWrapper(
-2,
Expand Down

0 comments on commit 4bf9eb4

Please sign in to comment.