Skip to content

Commit

Permalink
fix typo where generateS3Config wasn't called in worker/src/s3.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Feb 22, 2021
1 parent 5ed6581 commit b2d5411
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions worker/src/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ const generateS3Config = () => {
};
};

const { bucketName, s3Config } = generateS3Config;

const { bucketName, s3Config } = generateS3Config();
const s3 = new S3(s3Config);

function downloadFile(key) {
Expand Down

0 comments on commit b2d5411

Please sign in to comment.