Skip to content

Commit

Permalink
Update thehive4py/endpoints/case_template.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kamforka <[email protected]>
  • Loading branch information
Anko59 and Kamforka authored Jan 15, 2025
1 parent 719c09b commit 55fdf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive4py/endpoints/case_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def create(self, case_template: InputCaseTemplate) -> OutputCaseTemplate:
)

def delete(self, case_template_id: str) -> None:
self._session.make_request(
return self._session.make_request(
"DELETE", path=f"/api/v1/caseTemplate/{case_template_id}"
)

Expand Down

0 comments on commit 55fdf07

Please sign in to comment.