continuing refactor
This commit is contained in:
@@ -45,7 +45,7 @@ def build_hash_store_selection(
|
||||
store_text = str(store_value or "").strip()
|
||||
if not hash_text or not store_text:
|
||||
return None, None
|
||||
args = ["-query", f"hash:{hash_text}", "-store", store_text]
|
||||
args = ["-query", f"hash:{hash_text}", "-instance", store_text]
|
||||
return args, [action_name] + list(args)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user