Fix indent
This commit is contained in:
parent
e325410649
commit
d692d531d1
|
@ -56,7 +56,7 @@ export default async (username: string, _host: string, option?: any, resync?: bo
|
||||||
await User.update({
|
await User.update({
|
||||||
usernameLower,
|
usernameLower,
|
||||||
host: host
|
host: host
|
||||||
}, {
|
}, {
|
||||||
$set: {
|
$set: {
|
||||||
uri: self.href
|
uri: self.href
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue