Commit a19c84e3 authored by Felipe Artur's avatar Felipe Artur

Remove unecessary constants from helper

parent 1150ebf4
...@@ -3,9 +3,6 @@ module EE ...@@ -3,9 +3,6 @@ module EE
module SortingHelper module SortingHelper
extend ::Gitlab::Utils::Override extend ::Gitlab::Utils::Override
ORDER_ASC = 'asc'.freeze
ORDER_DESC = 'desc'.freeze
override :sort_options_hash override :sort_options_hash
def sort_options_hash def sort_options_hash
{ {
......
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