Skip to content

Commit c4c659d

Browse files
committed
logging changed
1 parent 6ff881f commit c4c659d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/Request7Channels.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ suspend fun loadContributorsChannels(
2020

2121
for ((index, repo) in repos.withIndex()) {
2222
val users = service.getRepoContributors(req.org, repo.name)
23-
.also { log("repo: ${repo.name} contained $it contributors") }
23+
.also { log("repo: ${repo.name}") }
2424
.bodyList()
2525
channel.send(users)
2626
}

0 commit comments

Comments
 (0)