Skip to content

Commit

Permalink
Nullable email domain
Browse files Browse the repository at this point in the history
  • Loading branch information
lounjukk committed Jan 17, 2025
1 parent ebf8990 commit 0db04b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BusinessService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export type Business = {
/**
* The email domain to do domain matching against.
*/
emailDomain?: string;
emailDomain?: string | null;
/**
* If set to true, users can be matched by domain to suggest joining the business.
*/
Expand Down

0 comments on commit 0db04b3

Please sign in to comment.