Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankbrgowda committed Jan 13, 2025
1 parent 521af65 commit b19627c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ export class FeaturesService {
for (const featureDoc of featureDocs) {
await this.checksService.checkFeature(featureDoc)
}
const checkResults = await this.checksService.findByRange(searchDto)
return [featureDocs, checkResults]
// const checkResults = await this.checksService.findByRange(searchDto)
return [featureDocs, []]
}

async checkFeature(featureId: string) {
Expand Down

0 comments on commit b19627c

Please sign in to comment.