Skip to content

Commit a1a825c

Browse files
authored
Fixing lint error (#5)
1 parent bebb975 commit a1a825c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ app.get("/", (req, res) => {
2828
app.post("/api/orders", async (req, res) => {
2929

3030
// use the cart information passed from the front-end to calculate the purchase unit details
31+
// eslint-disable-next-line no-unused-vars
3132
const { cart } = req.body;
3233

3334
const { access_token } = await getAccessToken();

0 commit comments

Comments
 (0)