feat(api, generatorTemplates, templateDistributor): обновлен esppScheduleResponse. Обновлен метод DistributeTemplate, так же обновлены зависимости в GeneratorTemplates

This commit is contained in:
Mikhail Trubnikov
2024-07-04 16:44:25 +10:00
parent a4f6089438
commit 3b3606859a
4 changed files with 6 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ namespace PARR.GeneratorTemplates.Services
var templates = CreateQueryTemplates(groupingHosts, query);
//заполняем NextRun
templates = await templateDistributor.DistributeTemplateAsync(templates, appInWorkWg.Id);
templates = await templateDistributor.DistributeTemplateAsync(templates, appInWorkWg.Id, (Guid)group.Key!);
// сохраняем
foreach (var template in templates)