fix ApiRepository#apply

This commit is contained in:
xuwei-k
2017-04-30 16:33:49 +09:00
parent 0db4cd35f1
commit 7c2cf86674

View File

@@ -37,7 +37,7 @@ object ApiRepository{
name = repository.repositoryName,
full_name = s"${repository.userName}/${repository.repositoryName}",
description = repository.description.getOrElse(""),
watchers = 0,
watchers = watchers,
forks = forkedCount,
`private` = repository.isPrivate,
default_branch = repository.defaultBranch,