changed to id bitacora mesa

This commit is contained in:
2026-01-29 10:45:37 -06:00
parent d4bce28fdf
commit 015dba9e4a
+2 -2
View File
@@ -56,9 +56,9 @@ export class BitacoraMesaService {
return student;
}
async cancelation(id_mesa: number, nuevoTiempo: number) {
async cancelation(id_bitacora_mesa: number, nuevoTiempo: number) {
const bitacora = await this.bitacoraMesaRepository.findOne({
where: { mesa:{id_mesa} },
where: { id_bitacora_mesa },
});
if (!bitacora) {