From 6dc60ef575bfc2739236ee2d75aa1c07106be968 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 17 Jun 2026 05:53:43 -0300 Subject: [PATCH] fix: campaign item text key mismatch (t vs text) --- operations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations.html b/operations.html index c10e380..d1df339 100644 --- a/operations.html +++ b/operations.html @@ -1005,7 +1005,7 @@

${label} ${statusTag}

${metrics.map((v, i) => `
${v}
${labels[i] || ''}
`).join('')}
${c.target ? `
Target: ${c.target.links} quality links, ${c.target.domains} referring domains, ${c.target.posts} guest posts
` : ''} - + `; }).join(''); // Fallback if no JSON data loaded