Skip to content

Commit

Permalink
update based on PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
  • Loading branch information
ruanyl committed Apr 15, 2024
1 parent f0d2cb6 commit cf49d79
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,17 @@ export class WorkspaceUiSettingsClientWrapper {

return {
...wrapperOptions.client,
checkConflicts: wrapperOptions.client.checkConflicts,
errors: wrapperOptions.client.errors,
addToNamespaces: wrapperOptions.client.addToNamespaces,
deleteFromNamespaces: wrapperOptions.client.deleteFromNamespaces,
find: wrapperOptions.client.find,
bulkGet: wrapperOptions.client.bulkGet,
create: wrapperOptions.client.create,
bulkCreate: wrapperOptions.client.bulkCreate,
delete: wrapperOptions.client.delete,
bulkUpdate: wrapperOptions.client.bulkUpdate,
deleteByWorkspace: wrapperOptions.client.deleteByWorkspace,
get: getUiSettingsWithWorkspace,
update: updateUiSettingsWithWorkspace,
};
Expand Down

0 comments on commit cf49d79

Please sign in to comment.