Skip to content

Commit

Permalink
fix(sdk): make lastName optional in RequestedContact
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Dec 19, 2023
1 parent 29c47c6 commit 384f722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/mini-app/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface RequestedContact {
userId: number;
phoneNumber: string;
firstName: string;
lastName: string;
lastName?: string;
};
authDate: Date;
hash: string;
Expand Down

0 comments on commit 384f722

Please sign in to comment.