1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 17:45:51 +02:00
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}...`);