IO-997 Use ownr_ph2 if ph1 is empty.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BodyshopPartner.Utils
|
||||
List<ScanResponseItem> EstimatesOnDisk = new List<ScanResponseItem>();
|
||||
List<string> ad1FilePaths = new List<string>();
|
||||
|
||||
Properties.Settings.Default.MonitoringPaths.ForEach(mp => ad1FilePaths.AddRange(Directory.GetFiles(mp, "*.env").ToList()));
|
||||
Properties.Settings.Default.MonitoringPaths?.ForEach(mp => ad1FilePaths.AddRange(Directory.GetFiles(mp, "*.env").ToList()));
|
||||
|
||||
await JobProcessingQueue.GetOpCodes();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user