Skip to content

Commit

Permalink
Revert "Luetaan multistreamista body"
Browse files Browse the repository at this point in the history
This reverts commit a97f20f.
  • Loading branch information
augustk committed Jan 13, 2025
1 parent 1ebc1b3 commit 51438cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lampi-siirtaja-container/lampi-siirtaja/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const copyFileToLampi = async (sourceKey: string, numberOfFiles: number): Promis
const target = {
Bucket: lampiS3Bucket,
Key: destinationKey,
Body: multiStream.Body,
Body: multiStream,
ContentLength: contentLength,
ContentType: 'text/csv'
}
Expand Down

0 comments on commit 51438cb

Please sign in to comment.