From 2421c205c48f187d716bdab17febe518e78d54c0 Mon Sep 17 00:00:00 2001 From: Carl Mercier Date: Sat, 26 Jul 2025 00:37:04 -0500 Subject: [PATCH] Update scripts/modules/utils.js Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- scripts/modules/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modules/utils.js b/scripts/modules/utils.js index 5fd112cb..6a0b6b96 100644 --- a/scripts/modules/utils.js +++ b/scripts/modules/utils.js @@ -474,7 +474,7 @@ function readJSON(filepath, projectRoot = null, tag = null) { // Get the data for the resolved tag const tagData = data[resolvedTag]; if (tagData && tagData.tasks) { - normalizeTaskIds(data.tasks); + normalizeTaskIds(tagData.tasks); // Add the _rawTaggedData property and the resolved tag to the returned data const result = {