Skip to content

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
raji-unni committed Jan 17, 2024
1 parent dbe21d9 commit ed22f70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion scripts/lib-franklin.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export function sampleRUM(checkpoint, data = {}) {
};
sendPing(data);
if (sampleRUM.cases[checkpoint]) { sampleRUM.cases[checkpoint](); }

}
} catch (error) {
// something went wrong
Expand Down
3 changes: 1 addition & 2 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
toClassName,
getMetadata,
loadCSS,
toCamelCase
toCamelCase,
} from './lib-franklin.js';
import TEMPLATE_LIST from '../templates/config.js';

Expand Down Expand Up @@ -399,7 +399,6 @@ async function loadLazy(doc) {
const { loadLazy: runLazy } = await import('../plugins/experimentation/src/index.js');
await runLazy(document, { audiences: AUDIENCES }, pluginContext);
}

}

/**
Expand Down

0 comments on commit ed22f70

Please sign in to comment.