Skip to content

Commit

Permalink
feat: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Sep 19, 2023
1 parent eed6e6d commit feefd27
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 @@ -227,7 +227,7 @@ export class WorkspaceClientWithSavedObject implements IWorkspaceDBImpl {
type: WORKSPACE_TYPE,
}
);
const scopedClientWithoutPermissionCheck = this.getScopeClientWithoutPermisson(requestDetail);
const scopedClientWithoutPermissionCheck = this.getScopedClientWithoutPermission(requestDetail);
const tasks: Array<Promise<unknown>> = [];

/**
Expand Down

0 comments on commit feefd27

Please sign in to comment.