feat: export WhatsApp numbers in Clients CSV and make database idempotent
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m4s

This commit is contained in:
Cauê Faleiros
2026-05-21 10:35:44 -03:00
parent ebc1d7c5ef
commit 560c089639
3 changed files with 11 additions and 3 deletions

View File

@@ -89,7 +89,8 @@ const formatRow = (row) => ({
Quantidade: row.quantidade,
Valor_Unitario: parseFloat(row.valor_unitario),
Recebido_Em: row.created_at,
ID_Pedido: row.pedido_id
ID_Pedido: row.pedido_id,
Fone_Cliente: row.cliente_fone
});
// GET data (for the frontend)