Skip to content

Commit

Permalink
Save the history even though its not going to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed Sep 6, 2024
1 parent 86bc405 commit 4fab9ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ protected boolean validSchemaVersion(String submittedSchemaVersion, Class<?> dto
public <E extends AuditedObject, T extends BaseDTO> APIResponse runLoadApi(BaseUpsertServiceInterface<E, T> service, String dataProviderName, List<T> objectList) {
List<Long> idsLoaded = new ArrayList<>();
BulkLoadFileHistory history = new BulkLoadFileHistory(objectList.size());
updateHistory(history);
BackendBulkDataProvider dataProvider = null;
if (dataProviderName != null) {
dataProvider = BackendBulkDataProvider.valueOf(dataProviderName);
Expand Down

0 comments on commit 4fab9ad

Please sign in to comment.