forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
47b6f5de92
commit
be5138207e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue