merge Carlos

This commit is contained in:
2026-02-10 13:23:44 -06:00
3 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export class MesaService {
constructor(
@InjectRepository(Mesa)
private readonly mesaRepository: Repository<Mesa>,
) { }
) {}
async findAll(): Promise<Mesa[]> {
return await this.mesaRepository.find();