Commit 85acca9b authored by Robert Speicher's avatar Robert Speicher

Merge branch 'ab/remove-pagination-ff' into 'master'

Remove keyset pagination feature flag

Closes #32186

See merge request gitlab-org/gitlab!23057
parents 11b05f06 d1e8a819
......@@ -26,7 +26,7 @@ module API
private
def keyset_pagination_enabled?
params[:pagination] == 'keyset' && Feature.enabled?(:api_keyset_pagination, default_enabled: true)
params[:pagination] == 'keyset'
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