ref #6138 setPasword created #1798

Merged
jorgep merged 6 commits from 6138-setPassword into dev 2023-10-19 10:48:17 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 48003b5d03 - Show all commits

View File

@ -69,7 +69,6 @@ class Controller extends Descriptor {
}
]
};
// Añadir filter para sacar user
return this.getData(`Workers/${this.id}`, {filter})
jorgep marked this conversation as resolved Outdated
Outdated
Review

Quitar comentario

Quitar comentario
.then(res => this.entity = res.data);
}