diff --git a/server/server.js b/server/server.js index 77ab6ff..d745d77 100644 --- a/server/server.js +++ b/server/server.js @@ -243,7 +243,6 @@ if (state.acidosBase?.length) { stmt.run(a.id, a.pacienteId, a.fecha, a.hora, a.ph, a.pco2, a.po2, a.hco3, a.be, a.sato2, a.lactato || null, a.interpretacion || null, a.fio2 || null); } } - } if (state.cultivos?.length) { const stmt = db.prepare('INSERT INTO cultivos (id, pacienteId, internacionId, fechaToma, protocolo, tipoMuestra, observaciones, estado, fechaResultado, germen, sensible, resistente) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)');