Tag property on Record
Fetch javascript function for testing Absolute Delta
This commit is contained in:
@ -173,7 +173,8 @@ public class ProcessData : IProcessData
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
record = new(keyValuePair.Value, parentWorkItem, Array.Empty<Record>(), Array.Empty<Record>(), Array.Empty<Record>());
|
||||
Dictionary<string, string>? tag = null;
|
||||
record = new(keyValuePair.Value, parentWorkItem, Array.Empty<Record>(), Array.Empty<Record>(), Array.Empty<Record>(), tag);
|
||||
}
|
||||
results.Add(keyValuePair.Key, record);
|
||||
}
|
||||
|
Reference in New Issue
Block a user