Skip to content

Commit

Permalink
fix wrong merge
Browse files Browse the repository at this point in the history
  • Loading branch information
simonabadoiu committed Aug 17, 2023
1 parent e7fc341 commit 32f1577
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ export default async function (manager: Manager, settings: ComponentSettings) {
ecomPayload?: any

Check warning on line 38 in src/index.ts

View workflow job for this annotation

GitHub Actions / build-test (18.x)

Unexpected any. Specify a different type
) => {
const { client } = event
let { payload } = 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 32f1577

Please sign in to comment.