Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaBlooms committed Aug 29, 2024
1 parent dce766e commit fa3350d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jupiterone/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def start_sync_job(self, instance_id: str = None):
"integrationInstanceId": instance_id
}

response = self._execute_syncapi_request(endpoint=endpoint, headers=self.headers, payload=data)
response = self._execute_syncapi_request(endpoint=endpoint, payload=data)

return response

Expand Down Expand Up @@ -586,4 +586,3 @@ def get_smartclass_details(self, smartclass_id: str = None):
response = self._execute_query(GET_SMARTCLASS_DETAILS, variables=variables)

return response['data']['smartClass']

0 comments on commit fa3350d

Please sign in to comment.