refactor(config): change UCS connector list from array to comma-separated string (#8905)

This commit is contained in:
Uzair Khan
2025-08-13 20:24:27 +05:30
committed by GitHub
parent 6950c04eae
commit 9f055e10a2
10 changed files with 206 additions and 12 deletions

View File

@ -28,6 +28,9 @@ pub mod managers;
/// crm module
pub mod crm;
/// deserializers module_path
pub mod utils;
#[cfg(feature = "revenue_recovery")]
/// date_time module
pub mod date_time {