Fix indent

This commit is contained in:
syuilo 2019-02-02 13:57:26 +09:00
parent 42cb7f4a1d
commit 720612d203

View file

@ -56,7 +56,7 @@ export default async (username: string, _host: string, option?: any, resync?: bo
await User.update({
usernameLower,
host: host
}, {
}, {
$set: {
uri: self.href
}