Skip to content

Commit 6b75a83

Browse files
committed
@links.prev -> @links.previous
1 parent b13ac0d commit 6b75a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/sentry-api/paginated_response.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def has_prev_page?
7070

7171
def prev_page
7272
return nil if @client.nil? || !has_prev_page?
73-
path = @links.prev.sub(/#{@client.endpoint}/, '')
73+
path = @links.previous.sub(/#{@client.endpoint}/, '')
7474
@client.get(path)
7575
end
7676
end

lib/sentry-api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SentryApi
2-
VERSION = "0.3.2"
2+
VERSION = "0.3.3"
33
end

0 commit comments

Comments
 (0)