mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
(refs #74)Remove an auxiliary constructor from case class because json4s can't serialize correctly if case class have that.
This commit is contained in:
@@ -142,7 +142,7 @@ trait RepositorySettingsControllerBase extends ControllerBase with FlashMapSuppo
|
||||
list.append(new CommitInfo(commit))
|
||||
}
|
||||
|
||||
val payload = new WebHookPayload(
|
||||
val payload = WebHookPayload(
|
||||
git,
|
||||
"refs/heads/" + repository.repository.defaultBranch,
|
||||
repository,
|
||||
|
||||
Reference in New Issue
Block a user