Add a missing semicolon
This commit is contained in:
parent
4b507ed349
commit
30614a3779
@ -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 New Issue
Block a user