From fd6c16bfca517a529b8b4d3d97ebdc46593f0d6d Mon Sep 17 00:00:00 2001 From: ccostan Date: Fri, 29 May 2020 17:57:36 -0400 Subject: [PATCH] ok.. I think I have the spacing correct now for #750 --- config/script/notify_engine.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/script/notify_engine.yaml b/config/script/notify_engine.yaml index 02546078..6fc7ccfe 100755 --- a/config/script/notify_engine.yaml +++ b/config/script/notify_engine.yaml @@ -48,8 +48,8 @@ notify_engine: url: "{{ url }}" content-type: "{{ content_type }}" hide-thumbnail: false - apns_headers: - 'apns-collapse-id': "{{ apns_id }}" + apns_headers: + 'apns-collapse-id': "{{ apns_id }}" push: sound: "{{ ios_sound }}" badge: "{{ ios_badge }}"