Typescript 6
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user