diff options
Diffstat (limited to 'poll/index.js')
-rw-r--r-- | poll/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/poll/index.js b/poll/index.js index 0ff20ba..95e6c41 100644 --- a/poll/index.js +++ b/poll/index.js @@ -75,8 +75,6 @@ app.put("/api/answer/:type", checkUser, async (req, res) => { return await answer(req, res, "UPDATE ranking_answers SET answer_id = ? WHERE question_id = ? AND user_id = ?"); }); -// TODO: Puzzle bar - async function answer(req, res, qu) { const type = req.params.type; const types = ["pupil", "teacher"]; |