Skip to content

Commit

Permalink
refactor: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsaplin committed Dec 8, 2023
1 parent 6196824 commit 9f65989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/target.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ async function fetchOffers(client, host, sessionId) {
const payload = {
context: {
channel: 'web',
// property: {
// token: 'dev-helix-target-integration',
// },
address: {
url: host,
},
},
property: {
token: 'dev-helix-target-integration',
},
execute: {
pageLoad: {},
},
Expand Down

0 comments on commit 9f65989

Please sign in to comment.