Skip to content

Commit

Permalink
fix renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
mattschoch committed May 8, 2024
1 parent 10042c3 commit 6c9df7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/policy-engine/src/engine/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export class AppController {
evaluation
})

const response = await this.evaluationService.evaluate(FIXTURE.ORGANIZATION.id, evaluation)
const response = await this.evaluationService.evaluate(FIXTURE.CLIENT.id, evaluation)

this.logger.log('Evaluation respone', {
this.logger.log('Evaluation response', {
response
})

Expand Down

0 comments on commit 6c9df7c

Please sign in to comment.