local cache
This commit is contained in:
@ -32,8 +32,6 @@ export async function createCustomer({ id, email, name }: CreateCustomerParams):
|
||||
|
||||
if (error) throw error;
|
||||
|
||||
console.log("data", data);
|
||||
|
||||
return data![0];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user