mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
im a idiot lol
This commit is contained in:
parent
dd3a0f2fbe
commit
fd9c4761e5
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue