Skip to content

Commit 8edc06c

Browse files
Update components/slicktext/actions/create-contact/create-contact.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent baba587 commit 8edc06c

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)