Skip to content

Commit

Permalink
Merge branch 'main' into fix-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesus authored Jul 19, 2023
2 parents e2ca8e4 + 562877e commit 9117fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default async function (manager: Manager, settings: ComponentSettings) {
const { client } = event
const parsedUserAgent = UAParser(client.userAgent)
const payload = ecomPayload ? ecomPayload : event.payload

// eventData builds the eventData object to be used in the request body

const eventData = {
Expand Down

0 comments on commit 9117fbd

Please sign in to comment.