Skip to content

Commit

Permalink
Count update for site rdls
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander van Delft committed Dec 18, 2023
1 parent b4a4619 commit 8c67094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CometServer/Modules/10-25/ExchangeFileImportyApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ private bool InsertModelData(IRequestUtils requestUtils, ICdp4TransactionManager
serviceProvider.MapToPersitableService<SiteDirectoryService>("SiteDirectory");

result = siteDirectoryService.Insert(transaction, "SiteDirectory", topContainer);
seededSiteRdlCount++;
seededSiteRdlCount = siteRdlCount;
}

if (result)
Expand Down

0 comments on commit 8c67094

Please sign in to comment.