fix alignment

This commit is contained in:
Salvatore Giordano
2022-04-11 09:30:38 +02:00
parent 689e590075
commit 0338f4f4ed
@@ -112,10 +112,10 @@ const apn_template = `{
}, },
"stream": { "stream": {
"sender": "stream.chat", "sender": "stream.chat",
"type": "message.new", "type": "message.new",
"version": "v2", "version": "v2",
"id": "{{ message.id }}", "id": "{{ message.id }}",
"cid": "{{ channel.cid }}" "cid": "{{ channel.cid }}"
} }
}`; }`;