Skip to content

Commit

Permalink
fix: stringifier stream end statement
Browse files Browse the repository at this point in the history
  • Loading branch information
edelwud committed Mar 16, 2023
1 parent f5a24c6 commit bd80031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/export.lambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ export const handler = async () => {
);
}

stringifier.end();

return upload.done();
};

0 comments on commit bd80031

Please sign in to comment.