Skip to content

Commit 201fbf3

Browse files
committed
Fix compilation error
1 parent 4b34270 commit 201fbf3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/scala/gitbucket/gist/controller/GistController.scala

-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ trait GistControllerBase extends ControllerBase {
356356
RepositoryInfo(
357357
owner = userName,
358358
name = repoName,
359-
httpUrl = "",
360359
repository = null,
361360
issueCount = 0,
362361
pullCount = 0,

src/main/scala/gitbucket/gist/model/Gist.scala

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ case class Gist(
3535
gitbucket.core.service.RepositoryService.RepositoryInfo(
3636
owner = userName,
3737
name = repositoryName,
38-
httpUrl = "",
3938
repository = null,
4039
issueCount = 0,
4140
pullCount = 0,

0 commit comments

Comments
 (0)