Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchip16 committed Aug 26, 2024
1 parent 5cc2dd9 commit e4baec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/action/qradar_analytics_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def search_for_resource(self, qradar_request, search_for_resource=None):
:rtype: A dict
:returns: dict with module prams transformed having API expected params
"""
api_obj_url = self.api_object
api_obj_url = None

if search_for_resource.get("id"):
api_obj_url = self.api_object + "/{0}".format(
Expand Down

0 comments on commit e4baec0

Please sign in to comment.