Skip to content

Commit

Permalink
Fixed the codeql validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayesh Prajapati authored and Jayesh Prajapati committed Sep 7, 2023
1 parent cb5783b commit b704be8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ async def create_indicator(self, indicators_data, session):
url=create_indicator_url,
headers=headers,
data=json.dumps(indicators_data),
ssl=False,
)
if response.status >= 200 and response.status <= 299:
applogger.info(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ async def create_indicator(self, indicators_data, session):
url=create_indicator_url,
headers=headers,
data=json.dumps(indicators_data),
ssl=False,
)
if response.status >= 200 and response.status <= 299:
applogger.info(
Expand Down

0 comments on commit b704be8

Please sign in to comment.