Skip to content

Commit d8faf92

Browse files
Corregir codigo 2
1 parent ad651c7 commit d8faf92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Reservations.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class ReservationsService {
4848

4949
//Definir codigo
5050
private async reservationCode(){
51-
const items = await this.getAll();
51+
const items = await this.getAll({top:20000});
5252
let codigo = '00001';
5353

5454
if (Array.isArray(items)) {

0 commit comments

Comments
 (0)