From ed22f706bc5e46f514b0f25afb5d494ae4b62af5 Mon Sep 17 00:00:00 2001 From: raji-unni Date: Wed, 17 Jan 2024 15:27:33 +0530 Subject: [PATCH] Fixed linting errors --- scripts/lib-franklin.js | 1 - scripts/scripts.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/lib-franklin.js b/scripts/lib-franklin.js index 933236b..09a2a28 100644 --- a/scripts/lib-franklin.js +++ b/scripts/lib-franklin.js @@ -69,7 +69,6 @@ export function sampleRUM(checkpoint, data = {}) { }; sendPing(data); if (sampleRUM.cases[checkpoint]) { sampleRUM.cases[checkpoint](); } - } } catch (error) { // something went wrong diff --git a/scripts/scripts.js b/scripts/scripts.js index 0f2e60a..e12699d 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -14,7 +14,7 @@ import { toClassName, getMetadata, loadCSS, - toCamelCase + toCamelCase, } from './lib-franklin.js'; import TEMPLATE_LIST from '../templates/config.js'; @@ -399,7 +399,6 @@ async function loadLazy(doc) { const { loadLazy: runLazy } = await import('../plugins/experimentation/src/index.js'); await runLazy(document, { audiences: AUDIENCES }, pluginContext); } - } /**