prettier
All checks were successful
Build / build (pull_request) Successful in 1m40s
Build / build (push) Successful in 1m3s

This commit is contained in:
Sainan 2025-05-09 05:54:25 +02:00
parent 956c4ea8cf
commit 42342cbf19

View File

@ -80,7 +80,7 @@ export const removeFriendPostController: RequestHandler = async (req, res) => {
await Promise.all(promises); await Promise.all(promises);
res.json({ res.json({
Friends: response Friends: response
} satisfies IRemoveFriendsResponse) } satisfies IRemoveFriendsResponse);
}; };
// The friend ids format is a bit weird, e.g. when 6633b81e9dba0b714f28ff02 (A) is friends with 67cdac105ef1f4b49741c267 (B), A's friend id for B is 808000105ef1f40560ca079e and B's friend id for A is 8000b81e9dba0b06408a8075. // The friend ids format is a bit weird, e.g. when 6633b81e9dba0b714f28ff02 (A) is friends with 67cdac105ef1f4b49741c267 (B), A's friend id for B is 808000105ef1f40560ca079e and B's friend id for A is 8000b81e9dba0b06408a8075.