fixes
This commit is contained in:
@@ -11,7 +11,7 @@ async function createClient(
|
||||
body: {
|
||||
name: string;
|
||||
phone: string;
|
||||
email?: string;
|
||||
email: string | null;
|
||||
}
|
||||
) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user