Skip to content

Commit

Permalink
Merge pull request #51 from virtualidentityag/develop
Browse files Browse the repository at this point in the history
merge os
  • Loading branch information
tkuzynow authored May 9, 2024
2 parents da160b7 + cacb487 commit 855c5c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ private void addTopicGroupIfNeeded(ConsultingTypeEntity consultingTypeEntity) {
topicGroups.forEach(
topicGroup ->
topicGroupMigrationService
.insertTopicGroupIfNotExistsOrReturnExistingTopicGroup(convertToTranslateableJson(topicGroup))
.insertTopicGroupIfNotExistsOrReturnExistingTopicGroup(
convertToTranslateableJson(topicGroup))
.ifPresent(
topicGroupId ->
topicGroupMigrationService.createTopicGroupRelationIfNotExists(
Expand Down

0 comments on commit 855c5c7

Please sign in to comment.