Skip to content

Commit

Permalink
Merge pull request #2176 from newrelic/cve_slack_update
Browse files Browse the repository at this point in the history
Remove duplicate to_json
  • Loading branch information
hannahramadan authored Aug 23, 2023
2 parents 281dc50 + ce79891 commit 931ae9f
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 self.feed
end

def self.cve_message(title, url)
":rotating_light: #{title}\n<#{url}|More info here>".to_json
":rotating_light: #{title}\n<#{url}|More info here>"
end
end

Expand Down

0 comments on commit 931ae9f

Please sign in to comment.