Typescript 6

This commit is contained in:
2026-04-21 13:33:01 +02:00
parent f95677d503
commit ee8f84bc57
10 changed files with 36 additions and 11 deletions

View File

@@ -157,7 +157,6 @@ export class SimNosController {
filter: (filter != undefined) ? String(filter) : undefined,
orderBy: (orderBy != undefined) ? String(orderBy) : undefined
}
console.log("Evento page", params)
const usecaseRes = await this.uscases.selectPage(params)
@@ -173,3 +172,5 @@ export class SimNosController {
}
}
}