mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
attempt to fix push notifications
This commit is contained in:
parent
c3ca281ea7
commit
c1580b9d36
@ -22,7 +22,7 @@ module Jobs
|
||||
|
||||
Excon.post(push_url,
|
||||
body: payload.merge(notifications: notifications).to_json,
|
||||
headers: { 'Content-Type' => 'application/json', 'Accept' => 'applicaton/json' }
|
||||
headers: { 'Content-Type' => 'application/json', 'Accept' => 'application/json' }
|
||||
)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user