This commit is contained in:
syuilo 2018-05-23 15:47:51 +09:00
parent 6d9d6a6779
commit eb23be979c

View file

@ -66,7 +66,7 @@ module.exports = (params) => new Promise(async (res, rej) => {
}
if (local) {
query._user = { host: null };
query['_user.host'] = null;
}
if (reply != undefined) {