fix lint
This commit is contained in:
@@ -71,9 +71,9 @@ export async function resolveUser(username: string, host: string | null, option?
|
||||
|
||||
await Users.update({
|
||||
usernameLower,
|
||||
host: host
|
||||
host: host,
|
||||
}, {
|
||||
uri: self.href
|
||||
uri: self.href,
|
||||
});
|
||||
} else {
|
||||
logger.info(`uri is fine: ${acctLower}`);
|
||||
|
Reference in New Issue
Block a user