Skip to content

Commit

Permalink
remotefiles: remove redundant field from remoteFileResponseFull
Browse files Browse the repository at this point in the history
  • Loading branch information
ledmonster committed Dec 31, 2020
1 parent baab722 commit ecbe29c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions remotefiles.go
Expand Up @@ -69,8 +69,7 @@ type ListRemoteFilesParameters struct {
type remoteFileResponseFull struct {
RemoteFile `json:"file"`
Paging `json:"paging"`
Files []RemoteFile `json:"files"`
Metadata ResponseMetadata `json:"response_metadata"`
Files []RemoteFile `json:"files"`
SlackResponse
}

Expand Down

0 comments on commit ecbe29c

Please sign in to comment.