lenneTech/cli

Missing await on find function

pascal-klesse opened this issue · 0 comments

Missing async:

find(filterArgs?: FilterArgs, ...args: any[]): Promise<<%= props.namePascal %>[]> {

And missing await:

return this.db.find(Filter.generateFilterOptions(filterArgs, { dbType: this.configService.get('typeOrm.type') }));