summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-09 18:37:14 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-09 18:37:14 +0900
commit815469304fd42020609d2c8eb62e96091c93973b (patch)
treeefd868eb723459a76793fa6b9c3387652646924b /src
parentFix bug (diff)
downloadmisskey-815469304fd42020609d2c8eb62e96091c93973b.tar.gz
misskey-815469304fd42020609d2c8eb62e96091c93973b.tar.bz2
misskey-815469304fd42020609d2c8eb62e96091c93973b.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/migrate.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/migrate.ts b/src/migrate.ts
index 4dd6c27bb9..ed2b3710db 100644
--- a/src/migrate.ts
+++ b/src/migrate.ts
@@ -108,7 +108,7 @@ async function main() {
followerSharedInbox: following._follower ? following._follower.sharedInbox : null,
followeeHost: following._followee ? following._followee.host : null,
followeeInbox: following._followee ? following._followee.inbox : null,
- followeeSharedInbox: following._followee ? following._followee.sharedInbo : nullx
+ followeeSharedInbox: following._followee ? following._followee.sharedInbo : null
});
}