Skip to content

Commit

Permalink
[FIX] pagination object (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-yudovich authored Sep 28, 2022
1 parent b13531e commit facf6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf/platform_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type CCPagination struct {
First CCLinkObject `json:"first"`
Last CCLinkObject `json:"last"`
Next CCLinkObject `json:"next"`
Previous string `json:"previous"`
Previous CCLinkObject `json:"previous"`
}

// CCError is the error object of CF CC V3
Expand Down

0 comments on commit facf6f3

Please sign in to comment.