Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Trofimov <qwerty65k@mail.ru>
  • Loading branch information
GOodCoffeeLover committed Aug 26, 2023
1 parent df5904d commit b786cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/driver/sql.go
Expand Up @@ -355,6 +355,7 @@ func (s *SQL) List(filter func(*rspb.Release) bool) ([]*rspb.Release, error) {
s.Log("list: failed to list: %v", err)
return nil, err
}

var releases []*rspb.Release
for _, record := range records {
release, err := decodeRelease(record.Body)
Expand Down

0 comments on commit b786cb4

Please sign in to comment.