Skip to content

Commit

Permalink
persist vs merge
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed Sep 6, 2024
1 parent 4fab9ad commit 3daeaca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class LoadFileExecutor {
@Inject SlackNotifier slackNotifier;

protected void updateHistory(BulkLoadFileHistory history) {
bulkLoadFileHistoryDAO.merge(history);
bulkLoadFileHistoryDAO.persist(history);
}

protected void updateExceptions(BulkLoadFileHistory history) {
Expand Down

0 comments on commit 3daeaca

Please sign in to comment.