Skip to content

Commit

Permalink
use single quote instead of double quote
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
okuzawats and github-actions[bot] authored Aug 8, 2024
1 parent f301611 commit 137a0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
http.use_ssl = true

body = "body=#{params[:message]}"
headers = { "X-ChatWorkToken" => "#{params[:token]}" }
headers = { 'X-ChatWorkToken' => "#{params[:token]}" }

response = http.post(uri.path, body, headers)

Expand Down

0 comments on commit 137a0e0

Please sign in to comment.