Skip to content

Commit

Permalink
Fix ruby 3.4 string warning
Browse files Browse the repository at this point in the history
Closes #82
  • Loading branch information
charkost committed Feb 20, 2025
1 parent 45efac2 commit cb751ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prosopite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def send_notifications
@prosopite_logger ||= false
@raise ||= false

notifications_str = ''
notifications_str = String.new('')

tc[:prosopite_notifications].each do |queries, kaller|
notifications_str << "N+1 queries detected:\n"
Expand Down

0 comments on commit cb751ba

Please sign in to comment.