Skip to content

Commit

Permalink
Merge branch 'master-new'
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Jul 18, 2019
2 parents 35608f1 + 242dac3 commit 807ef61
Show file tree
Hide file tree
Showing 7 changed files with 5,272 additions and 5,571 deletions.
8 changes: 0 additions & 8 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function main(event, context) {
};

try {
const result = await dynamoDbLib.call("delete", params);
await dynamoDbLib.call("delete", params);
return success({ status: true });
} catch (e) {
return failure({ status: false });
Expand Down
Loading

0 comments on commit 807ef61

Please sign in to comment.