local cache

This commit is contained in:
m5r
2021-07-23 17:40:08 +08:00
parent 0760fa8f41
commit 4aa646ab43
19 changed files with 528 additions and 523 deletions

View File

@ -32,8 +32,6 @@ export async function createCustomer({ id, email, name }: CreateCustomerParams):
if (error) throw error;
console.log("data", data);
return data![0];
}