Skip to content

Commit

Permalink
fix params in function call
Browse files Browse the repository at this point in the history
  • Loading branch information
zygis0408 committed Dec 12, 2022
1 parent 77596c7 commit bb49cd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public override IEnumerable<Clue> BuildClues(ExecutionContext context, IExternal
else if (result is IExternalSearchQueryResult<CompanyDetailsResponse> companyResult)
{

var code = this.GetOrganizationOriginEntityCode(companyResult);
var code = this.GetOrganizationOriginEntityCode(companyResult, request);

var clue = new Clue(code, context.Organization);

Expand Down

0 comments on commit bb49cd8

Please sign in to comment.