Merge conflicts

This commit is contained in:
NigeParis 2025-12-18 20:18:45 +01:00
parent a7fcb351f8
commit 46a1b99ed1
2 changed files with 1 additions and 1 deletions

View file

@ -388,6 +388,7 @@ async function onReady(fastify: FastifyInstance) {
console.log(color.yellow, UserToBlock);
console.log(color.yellow, `user Asking to block: ${profilBlock.SenderName}`);
console.log(color.yellow, UserAskingToBlock);
console.log(color.red, clientName);
if (!UserAskingToBlock || !UserToBlock) return;