Skip to content

Commit 9f12ef9

Browse files
committed
fix: critical issue with indexing stopping on reading contacts
1 parent 5b0c6a1 commit 9f12ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ambassador-application/src/main/kotlin/com/roche/ambassador/indexing/project/steps/ProvideContactsStep.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ class ProvideContactsStep : IndexingStep {
1515
.sortedBy { it.name }
1616
.map { Contact(it.name, it.email, it.webUrl, it.avatarUrl) }
1717
.forEach(context.project.contacts::add)
18+
chain.accept(context)
1819
}
1920
}

0 commit comments

Comments
 (0)