From b55d30231143b48d2efe03301cb1568d544fe909 Mon Sep 17 00:00:00 2001 From: ek-dyoder Date: Wed, 14 Jan 2026 13:55:07 -0500 Subject: [PATCH] fix: rename 'toc' key to 'table_of_contents' for clarity --- Hudu-DocumentADDS.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hudu-DocumentADDS.ps1 b/Hudu-DocumentADDS.ps1 index 72323dd..8ed9e6b 100644 --- a/Hudu-DocumentADDS.ps1 +++ b/Hudu-DocumentADDS.ps1 @@ -394,7 +394,7 @@ $toc = '

$AssetFields = @{ 'last_updated' = $currentDate - 'toc' = $toc + 'table_of_contents' = $toc 'forest_name' = $RawAD.ForestName 'forest_summary' = $ForestNice 'site_summary' = $SiteNice