mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 20:19:02 +00:00
Update server/events/vcs/proxy.go
Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com>
This commit is contained in:
@@ -61,7 +61,7 @@ func (d *ClientProxy) CreateComment(repo models.Repo, pullNum int, comment strin
|
||||
}
|
||||
|
||||
func (d *ClientProxy) HideOldComments(repo models.Repo, pullNum int) error {
|
||||
return nil
|
||||
return d.clients[repo.VCSHost.Type].HideOldComments(repo, pullNum)
|
||||
}
|
||||
|
||||
func (d *ClientProxy) PullIsApproved(repo models.Repo, pull models.PullRequest) (bool, error) {
|
||||
|
||||
Reference in New Issue
Block a user