Skip to content

Commit 1720189

Browse files
committed
test sign
1 parent 4eadcbb commit 1720189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dataverse.ConfigurationMigrationTool.Console/Dataverse.ConfigurationMigrationTool.Console/Features/Import/ImportTaskProcessorService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ private async Task<TaskResult> ImportRecords(EntityMetadata entity, ImportDataTa
139139
}
140140
private async Task<IEnumerable<OrganizationResponseFaultedResult>> ProcessDependantRecords(IEnumerable<Record> records, EntityMetadata entity, EntityImport entityImport)
141141
{
142+
142143
var retries = new Dictionary<Guid, int>();
143144
var queue = new Queue<Record>(records);
144145
var results = new List<OrganizationResponseFaultedResult>();

0 commit comments

Comments
 (0)