missing var

This commit is contained in:
nannal 2020-10-07 02:38:02 +03:00
parent 186ae12263
commit e12739b781

View File

@ -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) => {