im a idiot lol
This commit is contained in:
parent
a9d446f9bf
commit
ac887c8999
|
@ -54,9 +54,9 @@ export default async (actor: CacheableRemoteUser, activity: IMove): Promise<stri
|
|||
throw e;
|
||||
});
|
||||
|
||||
const followings = await Followings.createQueryBuilder('following')
|
||||
.where('following.followeeId = :userId', { userId: followee })
|
||||
.getMany();
|
||||
const followings = await Followings.findBy({
|
||||
followeeId: followee.id,
|
||||
});
|
||||
|
||||
console.log(followings);
|
||||
|
||||
|
|
Loading…
Reference in New Issue