operador mejorado antes de meterme con auth

This commit is contained in:
2022-10-15 22:24:22 -05:00
parent cc0f3e8773
commit 132d1b18d9
9 changed files with 79 additions and 75 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export class MultaService {
: id_prestamo;
const operador =
typeof id_operador === 'number'
? await this.operadorService.findById(id_operador)
? await this.operadorService.findInfoOperadorById(id_operador)
: id_operador;
const data: DeepPartial<Multa> = {
descripcion,