mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 05:31:22 +00:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
async function getCustomerId(): Promise<number | undefined> {
|
|
return undefined
|
|
}
|
|
|
|
export default getCustomerId
|