Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusher committed Feb 6, 2024
1 parent 40d6dd0 commit 4d27d9d
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 @@ -22,7 +22,7 @@ function getEnvType(hostname = window.location.hostname) {

async function loadAdobeLaunch() {
const adobedtmSrc = {
dev: 'https://assets.adobedtm.com/2079c5a4620d/addee6043c9b/launch-EN41458ac9f88145ac942b876e3362c32f-development.min.j',
dev: 'https://assets.adobedtm.com/2079c5a4620d/addee6043c9b/launch-EN41458ac9f88145ac942b876e3362c32f-development.min.js',
preview: 'https://assets.adobedtm.com/2079c5a4620d/addee6043c9b/launch-EN367ab3c0970e43a0afba6d1110494ef4-staging.min.js',
live: 'https://assets.adobedtm.com/2079c5a4620d/addee6043c9b/launch-EN8919423a46da4e859aad8cef6f514471.min.js',
};
Expand Down

0 comments on commit 4d27d9d

Please sign in to comment.