[object Object]

← back to Secrets Manager

chore: refactor — rename GOOGLE→GOOGLE_YOUTUBE for clarity (session close, no behavior change)

2b76a66445fae5526e2077ff23af29964d8bfb33 · 2026-07-22 10:35:58 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 2b76a66445fae5526e2077ff23af29964d8bfb33
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Jul 22 10:35:58 2026 -0700

    chore: refactor — rename GOOGLE→GOOGLE_YOUTUBE for clarity (session close, no behavior change)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 coordonne-collab-audit/cotswolds-activate-wallcoverings.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/coordonne-collab-audit/cotswolds-activate-wallcoverings.js b/coordonne-collab-audit/cotswolds-activate-wallcoverings.js
index db9f7e2..6b22b02 100644
--- a/coordonne-collab-audit/cotswolds-activate-wallcoverings.js
+++ b/coordonne-collab-audit/cotswolds-activate-wallcoverings.js
@@ -8,7 +8,7 @@ const ENV = fs.readFileSync(path.join(__dirname, '..', '.env'), 'utf8');
 const TOKEN = (ENV.match(/^SHOPIFY_ADMIN_TOKEN=(.+)$/m) || [])[1];
 const DOMAIN = 'designer-laboratory-sandbox.myshopify.com', VER = '2024-10';
 const ONLINE_STORE = 'gid://shopify/Publication/22208643184';
-const GOOGLE = 'gid://shopify/Publication/29646651457'; // must NEVER appear below
+const GOOGLE_YOUTUBE = 'gid://shopify/Publication/29646651457'; // must NEVER appear below
 if (!TOKEN) { console.error('no token'); process.exit(1); }
 const DRY = process.env.DRY === '1';
 
@@ -45,6 +45,6 @@ const M_PUBLISH = `mutation($id: ID!, $input: [PublicationInput!]!) { publishabl
     else { done++; results.push({ dwSku: p.dwSku, shopify_id: id, status: newStatus, published: 'Online Store' }); process.stderr.write(`OK ${p.dwSku} -> ACTIVE + Online Store + New Arrival\n`); }
     await new Promise(r => setTimeout(r, 500));
   }
-  fs.writeFileSync(path.join(__dirname, 'cotswolds-activate-result.json'), JSON.stringify({ activated: done, err, total: wall.length, google_publication_avoided: GOOGLE, results }, null, 2));
+  fs.writeFileSync(path.join(__dirname, 'cotswolds-activate-result.json'), JSON.stringify({ activated: done, err, total: wall.length, google_publication_avoided: GOOGLE_YOUTUBE, results }, null, 2));
   console.log(JSON.stringify({ activated: done, err, total: wall.length }, null, 2));
 })();

← d27dd68 auto-save: 2026-07-22T10:13:11 (2 files) — registry.json rou  ·  back to Secrets Manager  ·  auto-save: 2026-07-22T13:14:23 (4 files) — dw-scroll-debug.j 367cf90 →