mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-05 10:25:00 +01:00
Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
commit
ec629c4d8d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default async (resolver, actor, activity, distribute) => {
|
|||
const { _id } = await Following.findOne({
|
||||
followerId: actor._id,
|
||||
followeeId: followee._id
|
||||
})
|
||||
});
|
||||
|
||||
return {
|
||||
resolver,
|
||||
|
|
Loading…
Reference in a new issue