Test .env ajustado

This commit is contained in:
2026-03-27 12:24:20 +01:00
parent 9506b9e28e
commit 9b305f887f
3 changed files with 8 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ export type ObjeniousOperation = {
id?: number;
/** Uuid del mensaje asociado a la operacion */
correlation_id?: string;
operation: string;
operation: "activate" | string; // TODO: completar y actualizar
retry_count?: number;
max_retry?: number;
max_date_retry?: string | null;