fix(templateDistributor): исправлено распределение РР с существующими шаблонами

This commit is contained in:
Mikhail Kuznetsov
2024-07-11 12:02:50 +10:00
parent 514110dba0
commit 150d774398

View File

@@ -106,7 +106,7 @@ namespace PARR.TemplateDistributor
var templateToDistrib = new List<Template>();
if (existingTemplates.Count > 0)
templates = GetTemplatesToDistribute(ref distrPlan, existingTemplates);
templateToDistrib = GetTemplatesToDistribute(ref distrPlan, existingTemplates);
templateToDistrib.AddRange(templates);