Skip to content

Commit

Permalink
chore: fix go-lint ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
mjyocca committed Jan 10, 2025
1 parent 305f2d7 commit 4ffa880
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,14 +334,6 @@ func (s StackCreateOptions) valid() error {
return s.VCSRepo.valid()
}

func (s StackVCSRepo) valid() error {
if s.Identifier == "" {
return ErrRequiredVCSRepo
}

return nil
}

func (s StackVCSRepoOptions) valid() error {
if s.Identifier == "" {
return ErrRequiredVCSRepo
Expand Down

0 comments on commit 4ffa880

Please sign in to comment.