This commit is contained in:
syuilo 2018-06-07 04:33:39 +09:00
parent 0534a0a41e
commit 2053a041e5

View file

@ -7,7 +7,7 @@ const user = args[0];
const q = user.startsWith('@') ? {
username: user.split('@')[1],
host: user.split('@')[2]
host: user.split('@')[2] || null
} : { _id: new mongo.ObjectID(user) };
console.log(`Suspending ${user}...`);