From 00395a3e79bec6801ce0a17283a140873b3c40b4 Mon Sep 17 00:00:00 2001 From: ThaumRystra <9525416+ThaumRystra@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:18:57 +0200 Subject: [PATCH] Added comment to start pull request --- app/imports/api/parenting/ChildSchema.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/imports/api/parenting/ChildSchema.js b/app/imports/api/parenting/ChildSchema.js index f4787bcc..c09a1fa7 100644 --- a/app/imports/api/parenting/ChildSchema.js +++ b/app/imports/api/parenting/ChildSchema.js @@ -26,6 +26,7 @@ let ChildSchema = new SimpleSchema({ type: RefSchema, optional: true, }, + // Change this from ancestor list to left and right indices ancestors: { type: Array, defaultValue: [],