We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13ac0d commit 6b75a83Copy full SHA for 6b75a83
lib/sentry-api/paginated_response.rb
@@ -70,7 +70,7 @@ def has_prev_page?
70
71
def prev_page
72
return nil if @client.nil? || !has_prev_page?
73
- path = @links.prev.sub(/#{@client.endpoint}/, '')
+ path = @links.previous.sub(/#{@client.endpoint}/, '')
74
@client.get(path)
75
end
76
lib/sentry-api/version.rb
@@ -1,3 +1,3 @@
1
module SentryApi
2
- VERSION = "0.3.2"
+ VERSION = "0.3.3"
3
0 commit comments