Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan committed Dec 13, 2023
2 parents 5105fbd + 2c9c70a commit 69b122a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexys/user-management-aas",
"version": "0.4.1",
"version": "0.4.3",
"private": false,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class UserManagementService {
userPermissionList = async (
uuid: string
): Promise<
{ permission: T.Permission; userPermission: { uuid: string } }[]
{ permission: T.Permission; userPermission: { uuid: string }; logDateAdded: string; }[]
> => this.request("/admin/permission/user/list", { uuid });

userPermissionToggle = async (
Expand Down

0 comments on commit 69b122a

Please sign in to comment.