Skip to content

Commit

Permalink
NOBUG: Bump build.
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise committed Oct 26, 2022
1 parent afb6576 commit e5c6392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/exportAllPass/invokable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ exports.handler = async (event, context) => {
try {
// Upload file
res = await s3.putObject(params).promise();
await updateJobWithState(jobid, s3key, 7, "Export ready.", 100);
await updateJobWithState(jobid, s3Key, 7, "Export ready.", 100);

} catch (err) {
await updateJobWithState(jobid, null, 1, "Job Failed", -1);
Expand Down

0 comments on commit e5c6392

Please sign in to comment.