attempt to fix push notifications

This commit is contained in:
Sam 2017-06-30 08:40:43 -04:00 committed by GitHub
parent c3ca281ea7
commit c1580b9d36

View File

@ -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