Skip to content

Commit

Permalink
Fixing lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davenichols-DHLS committed Jul 9, 2024
1 parent 6db8214 commit 177143f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blocks/event-summary/event-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 177143f

Please sign in to comment.