From a4ed281c7e4ee2a3416dbe5c91834686c40d27e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Tue, 29 Sep 2020 22:56:03 +0200 Subject: [PATCH] Fix branch. --- docs/models.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models.txt b/docs/models.txt index 3c0654458..aa88a338d 100644 --- a/docs/models.txt +++ b/docs/models.txt @@ -487,7 +487,7 @@ Interface motion_category { name: string; prefix: string; weight: number; - level: number; // calculated + level: number; parent_id: motion_category/child_ids; child_ids: (motion_category/parent_id)[];