Skip to content

Commit

Permalink
commit to run deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolalombardim committed Mar 28, 2024
1 parent 4e81a1f commit b8eb2f3
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 141 deletions.
1 change: 1 addition & 0 deletions components/choices/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ const updateChoiceById = async (req, response) => {
}
};

// Get the user's choice
const choicesByUser = async (req, response) => {
const { id } = req.params.id;

Expand Down
Loading

0 comments on commit b8eb2f3

Please sign in to comment.