We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebb975 commit a1a825cCopy full SHA for a1a825c
server/index.js
@@ -28,6 +28,7 @@ app.get("/", (req, res) => {
28
app.post("/api/orders", async (req, res) => {
29
30
// use the cart information passed from the front-end to calculate the purchase unit details
31
+ // eslint-disable-next-line no-unused-vars
32
const { cart } = req.body;
33
34
const { access_token } = await getAccessToken();
0 commit comments