Skip to content

Commit

Permalink
Merge pull request #53 from virtualidentityag/develop
Browse files Browse the repository at this point in the history
merge to staging
  • Loading branch information
tkuzynow authored May 9, 2024
2 parents 855c5c7 + 53ea224 commit 875b3a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ private void batchInsertTopicsWithIdEqualToConsultingTypeId(
+ "titles_welcome, titles_dropdown, slug) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)",
consultingTypes.stream()
.filter(ct -> !topicExistsById(consultingTypeServiceJdbcTemplate, ct.getId()))
.filter(ct -> ct.getTitles() != null)
.map(
ct ->
new Object[] {
Expand Down

0 comments on commit 875b3a3

Please sign in to comment.