Skip to content

Commit

Permalink
updated type in recon result
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed Nov 14, 2024
1 parent 195490d commit 4e4323b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/reconciliation-service.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class ReconciliationServiceHelper {
}

resultCandidate.type = currentBindings.map((binding: any) => ({
id: binding["type_additional"]?.value,
id: binding["type_label"]?.value,
name: binding["type_label"]?.value
}));
candidates.push(resultCandidate);
Expand Down

0 comments on commit 4e4323b

Please sign in to comment.