Skip to content

Commit

Permalink
chore: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed Jan 31, 2024
1 parent 5c23487 commit e243682
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"destKey": "shipped"
},
{
"sourceKeys": "properties.sitename",
"sourceKeys": ["properties.sitename", "properties.url", "context.page.url"],
"destKey": "sitename"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const transformationFailures = [
jobId: '1',
},
statTags: {
destType: 'rakuten',
destType: 'RAKUTEN',
destinationId: 'dummyDestId',
errorCategory: 'dataValidation',
errorType: 'instrumentation',
Expand Down Expand Up @@ -120,7 +120,7 @@ export const transformationFailures = [
jobId: '1',
},
statTags: {
destType: 'rakuten',
destType: 'RAKUTEN',
destinationId: 'dummyDestId',
errorCategory: 'dataValidation',
errorType: 'instrumentation',
Expand Down Expand Up @@ -185,7 +185,7 @@ export const transformationFailures = [
jobId: '1',
},
statTags: {
destType: 'rakuten',
destType: 'RAKUTEN',
errorCategory: 'dataValidation',
destinationId: 'dummyDestId',
errorType: 'instrumentation',
Expand Down Expand Up @@ -251,7 +251,7 @@ export const transformationFailures = [
jobId: '1',
},
statTags: {
destType: 'rakuten',
destType: 'RAKUTEN',
destinationId: 'dummyDestId',
errorCategory: 'dataValidation',
errorType: 'instrumentation',
Expand Down Expand Up @@ -318,7 +318,7 @@ export const transformationFailures = [
jobId: '1',
},
statTags: {
destType: 'rakuten',
destType: 'RAKUTEN',
destinationId: 'dummyDestId',
errorCategory: 'dataValidation',
errorType: 'instrumentation',
Expand Down

0 comments on commit e243682

Please sign in to comment.