Skip to content

Commit 06acae3

Browse files
authored
Fix invitee_email prop
1 parent e8f4b5d commit 06acae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/calendly_v2/actions/list-events/list-events.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default {
102102
},
103103
async run({ $ }) {
104104
const params = {
105-
inviteeEmail: this.inviteeEmail,
105+
invitee_email: this.inviteeEmail,
106106
status: this.status,
107107
paginate: this.paginate,
108108
maxResults: this.maxResults,

0 commit comments

Comments
 (0)