Skip to content

Mitchell Robles - back-end-project-week#480

Open
mitchellr92 wants to merge 16 commits into
bloominstituteoftechnology:masterfrom
mitchellr92:master
Open

Mitchell Robles - back-end-project-week#480
mitchellr92 wants to merge 16 commits into
bloominstituteoftechnology:masterfrom
mitchellr92:master

Conversation

@mitchellr92

Copy link
Copy Markdown

@johnoro

Not as much done tonight as I was hoping. Had to some trouble shooting on my end

@johnoro johnoro left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks and works great!

Comment thread README.md
- Share your board with the project manager that has been assigned to you. If you have not been assigned yet, reach out to your Section Lead for guidance.
- Add your Trello URL to your project's README.md file. Commit the change, push it to your repository & submit a pull request.

https://trello.com/b/R1umQ7aa/lambda-notes-backend-mitchell-robles

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This board is private!

Comment thread index.js
const { id } = req.params;

db('notes').where({ id }).del()
.then(note => {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This parameter is called note, but is it actually? (It should be a count of sorts, typically being 1, of how many entries were deleted.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants