From 0338f4f4ed02e25304da5ea726deb3ca37a0005d Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 11 Apr 2022 09:30:38 +0200 Subject: [PATCH] fix alignment --- .../docs/Flutter/guides/adding_push_notifications_v2.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus/docs/Flutter/guides/adding_push_notifications_v2.mdx b/docusaurus/docs/Flutter/guides/adding_push_notifications_v2.mdx index b9445ab4..fd5d2d59 100644 --- a/docusaurus/docs/Flutter/guides/adding_push_notifications_v2.mdx +++ b/docusaurus/docs/Flutter/guides/adding_push_notifications_v2.mdx @@ -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 }}" } }`;