Skip to content

Commit cb212dc

Browse files
committed
some adjusts
1 parent fb18052 commit cb212dc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

components/doppler_marketing_automation/actions/get-subscriber/get-subscriber.mjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,10 @@ export default {
88
type: "action",
99
props: {
1010
app,
11-
listId: {
12-
propDefinition: [
13-
app,
14-
"listId",
15-
],
16-
},
1711
email: {
1812
propDefinition: [
1913
app,
2014
"subscriberEmail",
21-
({ listId }) => ({
22-
listId,
23-
}),
2415
],
2516
},
2617
},

0 commit comments

Comments
 (0)