We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff881f commit c4c659dCopy full SHA for c4c659d
src/tasks/Request7Channels.kt
@@ -20,7 +20,7 @@ suspend fun loadContributorsChannels(
20
21
for ((index, repo) in repos.withIndex()) {
22
val users = service.getRepoContributors(req.org, repo.name)
23
- .also { log("repo: ${repo.name} contained $it contributors") }
+ .also { log("repo: ${repo.name}") }
24
.bodyList()
25
channel.send(users)
26
}
0 commit comments