mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
c258fd35e3
commit
8f982e942d
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…
Add table
Reference in a new issue