Skip to content

Commit

Permalink
Update todos-delete.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuens authored Oct 11, 2016
1 parent cbd8cde commit 116fc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todos-delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = (event, callback) => {
const params = {
TableName : 'todos',
Key: {
id: event.path.id
id: event.pathParameters.id
}
};

Expand Down

0 comments on commit 116fc5a

Please sign in to comment.