From 9036e446e769154bf2790ce2e61ccb57281f1202 Mon Sep 17 00:00:00 2001 From: adriano Date: Thu, 8 Dec 2022 16:28:03 -0300 Subject: [PATCH] =?UTF-8?q?Coment=C3=A1rio=20de=20console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/services/TicketServices/ListTicketTimeLife.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/services/TicketServices/ListTicketTimeLife.ts b/backend/src/services/TicketServices/ListTicketTimeLife.ts index f44a493..0e8e49c 100644 --- a/backend/src/services/TicketServices/ListTicketTimeLife.ts +++ b/backend/src/services/TicketServices/ListTicketTimeLife.ts @@ -21,7 +21,7 @@ const ListTicketTimeLife = async ({timeseconds, status, userId }: Request): Prom let currentDate = format(new Date(), 'yyyy-MM-dd HH:mm:ss', { locale: ptBR }) - console.log('------------------> currentDate: ', currentDate) + // console.log('------------------> currentDate: ', currentDate) if (userId) { // CONSULTANDO FILAS PELO ID DO USUARIO