Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit 983c03b

Browse files
committed
entfernen der nutzlosen variable
1 parent 58731c5 commit 983c03b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/routes/api.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ router.post("/api/v1/contacts", (req, res) => {
2929
})
3030

3131
router.delete("/api/v1/contacts", (req, res) => {
32-
const nutzloseVariable = 12;
3332
const {firstname, lastname} = req.body;
3433

3534
const contactToDelete = new Contact(firstname, lastname);

0 commit comments

Comments
 (0)