Skip to content

Commit

Permalink
changes pos arg results -> response_object in base.py search-filter, re
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Apr 19, 2024
1 parent e5b2adc commit d034f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/search/components/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def execute_query(self, search_results_object, response_object):
"""
pass

def post_search_hook(self, search_results_object, results, permitted_nodegroups):
def post_search_hook(self, search_results_object, response_object, permitted_nodegroups):
"""
code to run after the search results have been retrieved
Expand Down

0 comments on commit d034f04

Please sign in to comment.