Skip to content

Commit

Permalink
try test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed Jan 12, 2024
1 parent d25ede7 commit 87ecbdb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lago_python_client/events/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ def batch_create(self, input_object: BaseModel) -> None:
origin=self.base_url,
path_parts=(self.API_RESOURCE, 'batch'),
),
content=to_json({
input_object.model_dump(),
}),
content=to_json(input_object.dict()),
headers=make_headers(api_key=self.api_key),
)
verify_response(api_response)
Expand Down

0 comments on commit 87ecbdb

Please sign in to comment.