Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshkutty committed Feb 25, 2025
1 parent 8de6f83 commit 486d5d4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 67 deletions.
83 changes: 18 additions & 65 deletions src/configurations/destinations/moengage/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,71 +31,26 @@
"shopify"
],
"supportedMessageTypes": {
"cloud": [
"identify",
"track",
"alias"
],
"cloud": ["identify", "track", "alias"],
"device": {
"web": [
"identify",
"track"
],
"android": [
"identify",
"track",
"alias"
],
"ios": [
"identify",
"track",
"alias"
],
"reactnative": [
"identify",
"track",
"alias"
]
"web": ["identify", "track"],
"android": ["identify", "track", "alias"],
"ios": ["identify", "track", "alias"],
"reactnative": ["identify", "track", "alias"]
}
},
"supportedConnectionModes": {
"web": [
"cloud",
"device"
],
"android": [
"cloud",
"device"
],
"ios": [
"cloud",
"device"
],
"reactnative": [
"cloud",
"device"
],
"unity": [
"cloud"
],
"amp": [
"cloud"
],
"flutter": [
"cloud"
],
"cordova": [
"cloud"
],
"shopify": [
"cloud"
],
"cloud": [
"cloud"
],
"warehouse": [
"cloud"
]
"web": ["cloud", "device"],
"android": ["cloud", "device"],
"ios": ["cloud", "device"],
"reactnative": ["cloud", "device"],
"unity": ["cloud"],
"amp": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"],
"cloud": ["cloud"],
"warehouse": ["cloud"]
},
"destConfig": {
"defaultConfig": [
Expand Down Expand Up @@ -179,8 +134,6 @@
"ketchConsentPurposes"
]
},
"secretKeys": [
"apiKey"
]
"secretKeys": ["apiKey"]
}
}
}
4 changes: 2 additions & 2 deletions src/configurations/destinations/moengage/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"featureFlags": [
{
"value": true,
"configKey": "AMP_use-moenage-object-data"
"configKey": "AMP_use-moengage-object-data"
}
]
}
Expand Down Expand Up @@ -205,4 +205,4 @@
]
}
]
}
}

0 comments on commit 486d5d4

Please sign in to comment.