Ajuste versão das lib e atualização para nest 11

This commit is contained in:
JurTI-BR
2025-03-28 12:25:33 -03:00
parent 8af4b05f28
commit 9c77880d89
8 changed files with 1360 additions and 910 deletions

View File

@@ -75,7 +75,6 @@ export class LogisticService {
const hoje = new Date();
// Criar uma nova data para amanhã
let amanha = new Date(hoje);
amanha.setDate(hoje.getDate() + 1);
const amanhaString = amanha.toISOString().split('T')[0];