From ee136bc9180347a4e04bd08db8570fc651b37010 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Fri, 4 Jun 2021 14:12:56 +0530 Subject: [PATCH] Fixed lint --- ghost/portal/src/utils/fixtures.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghost/portal/src/utils/fixtures.js b/ghost/portal/src/utils/fixtures.js index 95fc341efc..3e939c103b 100644 --- a/ghost/portal/src/utils/fixtures.js +++ b/ghost/portal/src/utils/fixtures.js @@ -89,8 +89,6 @@ const prices = [ } ]; -const priceIds = prices.map(d => d.id); - export const site = { title: 'A Ghost site', description: 'Thoughts, stories and ideas.',