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": {
"sender": "stream.chat",
"type": "message.new",
"version": "v2",
"id": "{{ message.id }}",
"cid": "{{ channel.cid }}"
"type": "message.new",
"version": "v2",
"id": "{{ message.id }}",
"cid": "{{ channel.cid }}"
}
}`;