Skip to content

Commit 9d78e49

Browse files
committed
Update commented code
1 parent d6b7580 commit 9d78e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/create-new-release-notes.main.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ fun main() = runBlocking {
165165
.onStart { println("Downloading items started...") }
166166
.map(::toLink)
167167
// Make toDocument and tryTo suspendable and use delay in tryTo?
168+
// See https://stackoverflow.com/a/46890009
168169
.map(::toDocument)
169170
// .catch { }
170171
// NOTE that retry will start the whole flow over again.

0 commit comments

Comments
 (0)