From 177143fda9edca34c6f0a2b2020a924c8fd7458b Mon Sep 17 00:00:00 2001 From: Dave Nichols Date: Tue, 9 Jul 2024 17:36:49 +0100 Subject: [PATCH] Fixing lint issue --- blocks/event-summary/event-summary.js | 1 - 1 file changed, 1 deletion(-) diff --git a/blocks/event-summary/event-summary.js b/blocks/event-summary/event-summary.js index eff55e7..c1a7163 100644 --- a/blocks/event-summary/event-summary.js +++ b/blocks/event-summary/event-summary.js @@ -21,7 +21,6 @@ export default async function decorate(block) { } else { date = `${formattedEndDate}`; } const image = getMetadata('og:image'); - const description = getMetadata('og:description'); const registerButton = getMetadata('register-button'); const title = getMetadata('og:title'); const type = getMetadata('type');