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 :+: :+: :+: #
|
||||
# +:+ +:+ +:+ #
|
||||
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
||||
# By: nrobinso <nrobinso@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# 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 \
|
||||
user \
|
||||
|
||||
|
||||
all: build
|
||||
docker compose up -d $(DOCKER_SERVICE)
|
||||
|
||||
|
|
|
|||
|
|
@ -465,6 +465,8 @@ async function onReady(fastify: FastifyInstance) {
|
|||
token: '',
|
||||
text: '',
|
||||
timestamp: Date.now(),
|
||||
frontendUserName: '',
|
||||
frontendUser: '',
|
||||
SenderWindowID: socket.id,
|
||||
Sendertext: 'You have blocked',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue