We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b34270 commit 201fbf3Copy full SHA for 201fbf3
src/main/scala/gitbucket/gist/controller/GistController.scala
@@ -356,7 +356,6 @@ trait GistControllerBase extends ControllerBase {
356
RepositoryInfo(
357
owner = userName,
358
name = repoName,
359
- httpUrl = "",
360
repository = null,
361
issueCount = 0,
362
pullCount = 0,
src/main/scala/gitbucket/gist/model/Gist.scala
@@ -35,7 +35,6 @@ case class Gist(
35
gitbucket.core.service.RepositoryService.RepositoryInfo(
36
37
name = repositoryName,
38
39
40
41
0 commit comments