From 758d0f9665943d0ad9193f40c3fda4ad06af64f9 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Thu, 29 Feb 2024 14:03:23 +0300 Subject: [PATCH] oops --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 62fad2f..a55bc7d 100644 --- a/index.js +++ b/index.js @@ -226,6 +226,8 @@ app.get('/list', (req, res) => { }); app.get('/ids', (req, res) => { + const type = req.query.type; + let list; if (!type || type === '' || type === 'regular') { list = levels.ids.regular;