removed console.log
This commit is contained in:
@@ -8,7 +8,6 @@ export const handleSendMessage =
|
||||
{ userId, message }: { userId: string; message: string },
|
||||
cb: (err: { error?: string }) => void,
|
||||
) => {
|
||||
console.log("send-message", userId, message);
|
||||
const senderId = socket.data.user.id;
|
||||
|
||||
const senderUser = await prisma.user.findUnique({
|
||||
|
||||
Reference in New Issue
Block a user