Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s-caso committed Oct 8, 2024
1 parent 25d8e8f commit 066efbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/meb_api/lib/dgi/submission/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def submit_claim(params, response_data = nil)
with_monitoring do
headers = request_headers
options = { timeout: 60 }
response = perform(:post, end_point(params["@type"]), format_params(params), headers, options)
response = perform(:post, end_point(params['@type']), format_params(params), headers, options)

MebApi::DGI::Submission::SubmissionResponse.new(response.status, response)
end
Expand Down

0 comments on commit 066efbf

Please sign in to comment.