mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
initial provider (#2)
This commit is contained in:
committed by
GitHub
parent
5b4d1b57d4
commit
3342d9d1bb
6
framework/medusa/api/operations/get-customer-wishlist.ts
Normal file
6
framework/medusa/api/operations/get-customer-wishlist.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default function getCustomerWishlistOperation() {
|
||||
function getCustomerWishlist(): any {
|
||||
return { wishlist: {} }
|
||||
}
|
||||
return getCustomerWishlist
|
||||
}
|
Reference in New Issue
Block a user