Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Mar 11, 2025
1 parent 6328680 commit 46a9c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jira/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,11 @@ def self.hash_to_query_string(query_params)
end

def self.query_params_for_single_fetch(options)
options.slice(*QUERY_PARAMS_FOR_SINGLE_FETCH).to_h
options.slice(*QUERY_PARAMS_FOR_SINGLE_FETCH)
end

def self.query_params_for_search(options)
options.slice(*QUERY_PARAMS_FOR_SEARCH).to_h
options.slice(*QUERY_PARAMS_FOR_SEARCH)
end
end
end

0 comments on commit 46a9c9f

Please sign in to comment.