Skip to content

Commit

Permalink
[Automated] Merged master into target k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
va-vsp-bot authored Apr 15, 2024
2 parents 83b5a4d + 6a70c96 commit 43085b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def fetch_data(id = nil)
filter_data(data, id)
else
endpoint = 'inquiries'
payload = id ? { icn: } : { id: }
payload = id ? { id: } : { icn: }

response = Crm::Service.new(icn:).call(endpoint:, payload:)
handle_response_data(response)
Expand Down

0 comments on commit 43085b6

Please sign in to comment.