Skip to content

Commit

Permalink
[CLEAN] Removed unnecessary variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jan 24, 2025
1 parent ff7deda commit ee99112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/blueprints/rest/v2/cases/iocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def get_case_iocs(case_identifier):
'next_page': filtered_iocs.next_num if filtered_iocs.has_next else None,
}

return response_api_success(data=iocs)
return response_api_success(iocs)


@case_iocs_blueprint.post('')
Expand Down

0 comments on commit ee99112

Please sign in to comment.