Skip to content

Commit

Permalink
testing logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kluver committed Apr 9, 2024
1 parent 6eaaf9e commit bbff96c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ app.http('updateDeck', {
authLevel: 'anonymous',
route: 'deck/{id}',
handler: async (request, context) => {
const id = request.params.id;
console.log("testing")
const id = request.paramsa.id;

const body = await request.json();
// skipping validation -- but I can at least do some basic defaulting, and only grab the things I want.
Expand Down

0 comments on commit bbff96c

Please sign in to comment.