Skip to content

Commit d789c25

Browse files
committed
Satisfy the linter
1 parent 41fb7bf commit d789c25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/response.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ func (c *Client) GetJSONItems(request *http.Request) (items []json.RawMessage, e
126126
// Fall back to adding response.Data to the item list
127127
// This is useful when data is not an array, but an object
128128
err = nil
129+
129130
items = append(items, response.Data)
130131
} else {
131132
// append each item to overall list

0 commit comments

Comments
 (0)