clean up obj
This commit is contained in:
parent
e543116b5d
commit
c41a32e4b1
2 changed files with 4 additions and 3 deletions
|
|
@ -3,10 +3,10 @@
|
||||||
# ::: :::::::: #
|
# ::: :::::::: #
|
||||||
# Docker.mk :+: :+: :+: #
|
# Docker.mk :+: :+: :+: #
|
||||||
# +:+ +:+ +:+ #
|
# +:+ +:+ +:+ #
|
||||||
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
# By: nrobinso <nrobinso@student.42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/06/11 18:10:26 by maiboyer #+# #+# #
|
# Created: 2025/06/11 18:10:26 by maiboyer #+# #+# #
|
||||||
# Updated: 2025/12/12 14:56:10 by maiboyer ### ########.fr #
|
# Updated: 2025/12/17 11:34:56 by nrobinso ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
@ -21,7 +21,6 @@ DOCKER_SERVICE= \
|
||||||
nginx \
|
nginx \
|
||||||
user \
|
user \
|
||||||
|
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
docker compose up -d $(DOCKER_SERVICE)
|
docker compose up -d $(DOCKER_SERVICE)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -465,6 +465,8 @@ async function onReady(fastify: FastifyInstance) {
|
||||||
token: '',
|
token: '',
|
||||||
text: '',
|
text: '',
|
||||||
timestamp: Date.now(),
|
timestamp: Date.now(),
|
||||||
|
frontendUserName: '',
|
||||||
|
frontendUser: '',
|
||||||
SenderWindowID: socket.id,
|
SenderWindowID: socket.id,
|
||||||
Sendertext: 'You have blocked',
|
Sendertext: 'You have blocked',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue