style: add separator for better organization

This commit is contained in:
Shivam Mishra
2024-07-22 15:44:57 +05:30
parent ce16558df4
commit 54ed5e44bc
@@ -1,3 +1,7 @@
// ------------------------------------------------------------------
// ------------------------ Filter Validation -----------------------
// ------------------------------------------------------------------
/**
* Validates a single filter for conversations or contacts.
*
@@ -58,6 +62,10 @@ export const validateConversationOrContactFilters = filters => {
return errors;
};
// ------------------------------------------------------------------
// ---------------------- Automation Validation ---------------------
// ------------------------------------------------------------------
/**
* Validates the basic fields of an automation object.
*