Skip to content

Commit

Permalink
Merge pull request #188 from adhocteam/cm-204-fix-typo
Browse files Browse the repository at this point in the history
fix typo where generateS3Config wasn't called in worker/src/s3.js
  • Loading branch information
dcmcand authored Feb 22, 2021
2 parents 5ed6581 + b2d5411 commit fae1644
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 fae1644

Please sign in to comment.