From 9c6bb8ab7f378e3936112547fbf2e689411a10b6 Mon Sep 17 00:00:00 2001 From: Joshua Sangmeister Date: Thu, 24 Sep 2020 17:40:09 +0200 Subject: [PATCH] Fix example data --- docs/example-data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/example-data.json b/docs/example-data.json index c43df4247..24b30ed11 100644 --- a/docs/example-data.json +++ b/docs/example-data.json @@ -144,7 +144,8 @@ "speaker_$_ids": ["1"], "speaker_1_ids": [4, 8, 9], "personal_note_$_ids": [], - "supported_motion_$_ids": [3], + "supported_motion_$_ids": ["1"], + "supported_motion_1_ids": [3], "submitted_motion_$_ids": [], "motion_poll_voted_$_ids": [], "motion_vote_$_ids": [],