D1 Process worker fix

This commit is contained in:
Michał Zieliński
2025-06-10 18:37:11 +02:00
parent 80072dca59
commit 0c7ea660e8
5 changed files with 16 additions and 31 deletions

View File

@@ -261,6 +261,8 @@ public class MorskaT5LastValuesProcessor : MorskaBaseProcessor
ProcessHelper.SetValue(processedRecord, i, value);
}
}
processedRecord.Desc1 = lastRecord.Desc1;
return processedRecord;
}