This commit is contained in:
syuilo 2018-04-10 02:38:48 +09:00
parent 47b6f5de92
commit be5138207e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module.exports = async (app: express.Application) => {
if (config.github_bot == null) return;
const bot = await User.findOne({
username_lower: config.github_bot.username.toLowerCase()
usernameLower: config.github_bot.username.toLowerCase()
});
if (bot == null) {