Skip to content

Commit d7e0d3c

Browse files
committed
Merge branch 'issue-13364' of https://github.com/PipedreamHQ/pipedream into issue-13364
2 parents fc91541 + 8edc06c commit d7e0d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/slicktext/actions/create-contact/create-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
$,
3636
data: objectCamelToSnakeCase(data),
3737
});
38-
$.export("$summary", `Successfully initiated opt-in for contact with number: ${this.contactNumber}`);
38+
$.export("$summary", `Successfully initiated opt-in for contact with number: ${this.mobileNumber}`);
3939
return response;
4040
},
4141
};

0 commit comments

Comments
 (0)