Skip to content

Commit

Permalink
Update pkg/backend/httpstate/backend.go
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
  • Loading branch information
t0yv0 and justinvp committed Nov 21, 2022
1 parent 933c3ce commit 6bec243
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/backend/httpstate/backend.go
Expand Up @@ -1251,7 +1251,6 @@ func (b *cloudBackend) GetHistory(
if err != nil {
return nil, fmt.Errorf("failed to get stack updates: %w", err)
}
//

// Convert apitype.UpdateInfo objects to the backend type.
var beUpdates []backend.UpdateInfo
Expand Down

0 comments on commit 6bec243

Please sign in to comment.