Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian committed Nov 5, 2024
1 parent d0d3aa9 commit 7f1ca4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/delayed.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function loadAdobeLaunch() {

async function loadGA() {
const gaId = 'G-9SEQK7FPPQ';
const gaSrc = `https://www.googletagmanager.com/gtag/js?id=${gaId}`
const gaSrc = `https://www.googletagmanager.com/gtag/js?id=${gaId}`;
await loadScript(gaSrc, {
type: 'text/javascript',
async: true,
Expand Down

0 comments on commit 7f1ca4a

Please sign in to comment.