im a idiot lol

This commit is contained in:
cutestnekoaqua 2022-12-09 01:35:15 +01:00
parent dd3a0f2fbe
commit fd9c4761e5

View file

@ -54,9 +54,9 @@ export default async (actor: CacheableRemoteUser, activity: IMove): Promise<stri
throw e; throw e;
}); });
const followings = await Followings.createQueryBuilder('following') const followings = await Followings.findBy({
.where('following.followeeId = :userId', { userId: followee }) followeeId: followee.id,
.getMany(); });
console.log(followings); console.log(followings);