mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:56:05 +01:00
Fix missing namespace qualifier for Rpush
This commit is contained in:
parent
d9514a306a
commit
062e293607
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ module UseCase
|
|||
|
||||
inbox = ::Inbox.create!(user: target_user, question: question, new: true)
|
||||
|
||||
webpush_app = Rpush::App.find_by(name: "webpush")
|
||||
webpush_app = ::Rpush::App.find_by(name: "webpush")
|
||||
target_user.push_notification(webpush_app, inbox)
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue