Skip to content

Commit 6a07d04

Browse files
Update lib/seam/paginator.rb
Co-authored-by: Evan Sosenko <[email protected]>
1 parent a359dfd commit 6a07d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/seam/paginator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def self.from_hash(hash)
8383
end
8484

8585
def has_next_page?
86-
!!has_next_page
86+
has_next_page == true
8787
end
8888
end
8989

0 commit comments

Comments
 (0)