Skip to content

Commit

Permalink
remove redundant clientId prop
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle0927 committed Nov 13, 2024
1 parent 24c7853 commit c1ea1f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions components/campaign_monitor/sources/new-bounce/new-bounce.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ export default {
dedupe: "unique",
props: {
...common.props,
clientId: {
propDefinition: [
common.props.campaignMonitor,
"clientId",
],
},
campaignId: {
propDefinition: [
common.props.campaignMonitor,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ export default {
dedupe: "unique",
props: {
...common.props,
clientId: {
propDefinition: [
common.props.campaignMonitor,
"clientId",
],
},
campaignId: {
propDefinition: [
common.props.campaignMonitor,
Expand Down

0 comments on commit c1ea1f4

Please sign in to comment.