Skip to content

Commit

Permalink
remove spec (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithers1221 authored Oct 2, 2019
1 parent bce4ca8 commit 07dc6d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/kotsclient/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func (c *GraphQLClient) ListChannels(appID string) ([]types.Channel, error) {
name
currentVersion
currentReleaseDate
currentSpec
numReleases
description
channelIcon
Expand Down
1 change: 0 additions & 1 deletion pkg/kotsclient/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ var allKotsReleases = `
query allKotsReleases($appId: ID!, $pageSize: Int, $currentPage: Int) {
allKotsReleases(appId: $appId, pageSize: $pageSize, currentPage: $currentPage) {
sequence
spec
created
releaseNotes
channels {
Expand Down

0 comments on commit 07dc6d5

Please sign in to comment.