ref #6138
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Penadés 2023-10-17 08:28:15 +02:00
parent bd535374d8
commit 48003b5d03
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ class Controller extends Descriptor {
}
]
};
// Añadir filter para sacar user
return this.getData(`Workers/${this.id}`, {filter})
.then(res => this.entity = res.data);
}