Skip to content

Commit

Permalink
ref(rup): correcciones
Browse files Browse the repository at this point in the history
  • Loading branch information
negro89 committed Dec 28, 2021
1 parent 30f3bef commit f386c93
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/rup/routes/prestacion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -766,12 +766,6 @@ EventCore.on('rup:prestacion:validate', async (prestacion: IPrestacionDoc) => {
if (hook.method === 'validar-prestacion') {
EventCore.emitAsync(hook.event, { prestacion, registro: reg });
}
if (hook.method === 'registro-respirador') {
EventCore.emitAsync(hook.event, { prestacion, registro: reg });
}
if (hook.method === 'destete-respirador') {
EventCore.emitAsync(hook.event, prestacion);
}
});
}
if (elemento && elemento.tags) {
Expand Down

0 comments on commit f386c93

Please sign in to comment.