chore: eslint applied

This commit is contained in:
Wayre Avelar
2025-02-04 09:04:41 -03:00
parent e27db0612f
commit 56a8e09ba8
3 changed files with 9 additions and 9 deletions

View File

@@ -22,6 +22,8 @@ import { Contact, Message, MessageUpdate } from '@prisma/client';
import {
archiveChatSchema,
blockUserSchema,
catalogSchema,
collectionsSchema,
contactValidateSchema,
deleteMessageSchema,
markChatUnreadSchema,
@@ -36,8 +38,6 @@ import {
readMessageSchema,
updateMessageSchema,
whatsappNumberSchema,
catalogSchema,
collectionsSchema,
} from '@validate/validate.schema';
import { RequestHandler, Router } from 'express';