From e12739b7819886d2aa5f95fee84fc612deccf091 Mon Sep 17 00:00:00 2001 From: nannal Date: Wed, 7 Oct 2020 02:38:02 +0300 Subject: [PATCH] missing var --- listManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listManager.js b/listManager.js index 5a58694..69e5ef6 100644 --- a/listManager.js +++ b/listManager.js @@ -44,7 +44,7 @@ async function verifyMsg (obj, username) { list = { - getStatus: async () => { + getStatus: async (status) => { return await mongo.get("list","list",{"status": status}) }, getUser: async (username) => {