Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed Jun 24, 2024
1 parent ee59238 commit 81fd7cb
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,10 @@ export const identifyData: ProcessorTestData[] = [
request: {
body: [
{
destination: overrideDestination(destination, { enforceEmailAsPrimary: true, useUpdatedKlaviyo: true, }),
destination: overrideDestination(destination, {
enforceEmailAsPrimary: true,
useUpdatedKlaviyo: true,
}),
message: generateSimplifiedIdentifyPayload({
sentAt,
userId,
Expand Down Expand Up @@ -740,15 +743,15 @@ export const identifyData: ProcessorTestData[] = [
data: {
type: 'profile',
attributes: removeUndefinedAndNullValues({
anonymous_id: "97c46c81-3140-456d-b2a9-690d70aaca35",
anonymous_id: '97c46c81-3140-456d-b2a9-690d70aaca35',
...commonOutputUserProps2,
properties: {
...commonOutputUserProps2.properties,
_id: userId,
},
// remove external_id from the payload
external_id: undefined,
})
}),
},
},
}),
Expand Down

0 comments on commit 81fd7cb

Please sign in to comment.