Ensure the user's actions

This commit is contained in:
Owen Schwartz 2024-10-10 21:59:30 -04:00
parent 143a3b756e
commit 4fc630cf42
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
9 changed files with 74 additions and 63 deletions

View file

@ -26,7 +26,6 @@ export enum ActionsEnum {
getTarget = "getTarget",
listTargets = "listTargets",
updateTarget = "updateTarget",
getUser = "getUser",
deleteUser = "deleteUser",
listUsers = "listUsers"
}