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 17, 2024
2 parents 8a3fa26 + fa3f42f commit 06c7a2f
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 default_service
def post_data(payload: {})
endpoint = "inquiries/#{inquiry_id}/reply/new"

response = service.call(endpoint:, payload:)
response = service.call(endpoint:, method: :post, payload:)
handle_response_data(response)
end

Expand Down

0 comments on commit 06c7a2f

Please sign in to comment.