Skip to content

Commit

Permalink
Revert "Update prefilterrules.py -Fix insert before/after bug"
Browse files Browse the repository at this point in the history
This reverts commit 0595dd1.
  • Loading branch information
marksull committed Apr 15, 2024
1 parent 70761fa commit 743ef32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmcapi/api_objects/policy_services/prefilterrules.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def URL_SUFFIX(self):
elif "insertAfter" in self.__dict__:
url = f"{url}insertAfter={self.insertAfter}"

return url
return url[:-1]

def parse_kwargs(self, **kwargs):
"""
Expand Down

0 comments on commit 743ef32

Please sign in to comment.