fix: medusa-js complete cart types + oas comments (#889)

This commit is contained in:
Zakaria El Asri
2021-12-07 11:02:53 +01:00
committed by GitHub
parent 4e7a92c1b6
commit 487356a96f
2 changed files with 10 additions and 2 deletions
@@ -38,6 +38,10 @@ import {
* properties:
* cart:
* $ref: "#/components/schemas/cart"
* - type: object
* properties:
* cart:
* $ref: "#/components/schemas/swap"
*/
export default async (req, res) => {
const { id } = req.params