Skip to content

Commit

Permalink
Update src/plugins/workspace/server/saved_objects/workspace_saved_obj…
Browse files Browse the repository at this point in the history
…ects_client_wrapper.ts

Co-authored-by: Yulong Ruan <ruanyu1@gmail.com>
  • Loading branch information
raintygao and ruanyl authored Aug 23, 2023
1 parent 836c22d commit 7a64af2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ export class WorkspaceSavedObjectsClientWrapper {
if (!validateResult?.result) {
return false;
}
return true;
}
return true;

Check failure on line 83 in src/plugins/workspace/server/saved_objects/workspace_saved_objects_client_wrapper.ts

View workflow job for this annotation

GitHub Actions / Build and Verify on Linux (ciGroup1)

Delete `·`
}

// validate if the `request` has the specified permission(`permissionMode`) to the given `workspaceIds`
Expand Down

0 comments on commit 7a64af2

Please sign in to comment.