Merge conflicts
This commit is contained in:
parent
a7fcb351f8
commit
46a1b99ed1
2 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ export type blockedUnBlocked =
|
||||||
by: string,
|
by: string,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// get the name of the machine used to connect
|
// get the name of the machine used to connect
|
||||||
const machineHostName = window.location.hostname;
|
const machineHostName = window.location.hostname;
|
||||||
console.log('connect to login at %chttps://' + machineHostName + ':8888/app/login',color.yellow);
|
console.log('connect to login at %chttps://' + machineHostName + ':8888/app/login',color.yellow);
|
||||||
|
|
|
||||||
|
|
@ -388,6 +388,7 @@ async function onReady(fastify: FastifyInstance) {
|
||||||
console.log(color.yellow, UserToBlock);
|
console.log(color.yellow, UserToBlock);
|
||||||
console.log(color.yellow, `user Asking to block: ${profilBlock.SenderName}`);
|
console.log(color.yellow, `user Asking to block: ${profilBlock.SenderName}`);
|
||||||
console.log(color.yellow, UserAskingToBlock);
|
console.log(color.yellow, UserAskingToBlock);
|
||||||
|
console.log(color.red, clientName);
|
||||||
|
|
||||||
if (!UserAskingToBlock || !UserToBlock) return;
|
if (!UserAskingToBlock || !UserToBlock) return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue