Skip to content

Commit

Permalink
refactor(workflow-service): renamed iterable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri-Levy committed Jul 9, 2024
1 parent b63ac50 commit f8bb260
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ export class CaseManagementController {
tags: true,
},
where: {
OR: Object.keys(tagToKyc).map(value => ({
OR: Object.keys(tagToKyc).map(key => ({
tags: {
array_contains: value,
array_contains: key,
},
})),
},
Expand Down

0 comments on commit f8bb260

Please sign in to comment.