Skip to content

Commit

Permalink
Update canned.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
muhsin-k committed Dec 19, 2023
1 parent 2c35fd2 commit 697b775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canned.ts
Expand Up @@ -29,7 +29,7 @@ export const getLastName = ({ user }: { user: Sender }) => {

export const getMessageVariables = ({
conversation,
contact
contact,
}: {
conversation: Conversation;
contact?: Contact;
Expand Down

0 comments on commit 697b775

Please sign in to comment.