pre lulu
This commit is contained in:
@@ -48,9 +48,7 @@ const registro = async (body) => {
|
||||
{ where: { idUsuario } }
|
||||
);
|
||||
})
|
||||
.then((res) => {
|
||||
return Servicio.update({ idStatus: 2 }, { where: { idServicio } });
|
||||
})
|
||||
.then((res) => Servicio.update({ idStatus: 2 }, { where: { idServicio } }))
|
||||
.then((res) => {
|
||||
return {
|
||||
message:
|
||||
|
||||
Reference in New Issue
Block a user