From d5c351d96185d50af4bcb842708b824daa97079a Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Tue, 1 Oct 2024 16:08:23 -0400 Subject: [PATCH] fix default parent node (#33765) I had the wrong one in my previous PR --- quest-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quest-config.json b/quest-config.json index cd784dfb7a..b665c6d92f 100644 --- a/quest-config.json +++ b/quest-config.json @@ -34,7 +34,7 @@ }, { "Semester": "Selenium", - "ParentNodeId": 286017 + "ParentNodeId": 308205 }, { "Label": "okr-freshness", @@ -81,7 +81,7 @@ "ParentNodeId": 227486 } ], - "DefaultParentNode": 286017, + "DefaultParentNode": 308205, "WorkItemTags": [ { "Label": "9.0",