Skip to content

Commit

Permalink
Remove puts _params in Push Notification (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanahman committed Mar 17, 2023
1 parent 3f914a8 commit 11d5dcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/push/notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,6 @@ def count
end

def as_json
puts _params

{ to: recipients }.merge(_params.compact)
end

Expand Down

0 comments on commit 11d5dcf

Please sign in to comment.