Skip to content

Commit

Permalink
Fix error from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
rossgray committed Jan 3, 2025
1 parent e63b39b commit 178ecde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions posthog/temporal/batch_exports/s3_batch_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,6 @@ async def insert_into_s3_activity(inputs: S3InsertInputs) -> RecordsCompleted:
max_file_size_bytes=inputs.max_file_size_mb * 1024 * 1024 if inputs.max_file_size_mb else 0,
)

await s3_upload.complete()

return records_completed


Expand Down

0 comments on commit 178ecde

Please sign in to comment.