Skip to content

Commit

Permalink
Merge pull request #52 from Onlineberatung/develop
Browse files Browse the repository at this point in the history
merge os
  • Loading branch information
tkuzynow authored May 9, 2024
2 parents cacb487 + 917c430 commit 53ea224
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 53ea224

Please sign in to comment.