mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 20:13:36 +00:00
Resolve conflicts
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports = async (params) => new Promise(async (res, rej) => {
|
||||
const exist = await User
|
||||
.count({
|
||||
host: null,
|
||||
username_lower: username.toLowerCase()
|
||||
usernameLower: username.toLowerCase()
|
||||
}, {
|
||||
limit: 1
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user