mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -07:00
typo
This commit is contained in:
parent
cdf3d52f61
commit
2ea1eccd25
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue