feat: safely implement database idempotency, fallback IDs, and WhatsApp marketing export
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m30s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m30s
This commit is contained in:
@@ -8,6 +8,7 @@ export interface OrderData {
|
||||
Valor_Unitario: number;
|
||||
Recebido_Em?: string;
|
||||
ID_Pedido?: string;
|
||||
Fone_Cliente?: string;
|
||||
}
|
||||
|
||||
export interface DateRange {
|
||||
|
||||
Reference in New Issue
Block a user