Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Nov 3, 2024
1 parent 809bb88 commit 886ea55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default class UserManagementComponent implements OnInit {
this.userService.update({ ...user, activated: isActivated }).subscribe(() => this.loadAll());
}

trackIdentity(item: User): <%= getTypescriptKeyType(user.primaryKey.type) %> {
trackIdentity(item: User): <%= user.primaryKey.tsType %> {
return item.id!;
}

Expand Down

0 comments on commit 886ea55

Please sign in to comment.