Skip to content

Commit

Permalink
Merge pull request #23 from fac18/fix-fakefunction
Browse files Browse the repository at this point in the history
remove fake function
  • Loading branch information
Ayub3 authored Dec 19, 2019
2 parents 0ec0dc9 + 61bd3e2 commit 6303850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ router.post("/create-user", (req, res) => {
});
router.get("/presents", (req, res) => {
console.log("we're getting data");
DONTEXIST();

getData()
.then(users => res.render("presents", { users }))
Expand Down

0 comments on commit 6303850

Please sign in to comment.