Commit d1e8a819 authored by Andreas Brandl's avatar Andreas Brandl

Remove keyset pagination feature flag

parent 9a27f851
...@@ -26,7 +26,7 @@ module API ...@@ -26,7 +26,7 @@ module API
private private
def keyset_pagination_enabled? def keyset_pagination_enabled?
params[:pagination] == 'keyset' && Feature.enabled?(:api_keyset_pagination, default_enabled: true) params[:pagination] == 'keyset'
end end
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment