missing var
This commit is contained in:
parent
186ae12263
commit
e12739b781
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user