style: add separator for better organization
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user