Skip to content

Commit

Permalink
Support for non string values
Browse files Browse the repository at this point in the history
  • Loading branch information
jheising authored and dougmoscrop committed Dec 8, 2020
1 parent 4406c73 commit 9434bd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/provider/aws/clean-up-event.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 36,8 @@ function recursiveURLDecode(value) {

return decodedObject;
}

return value;

return value;

}

module.exports = function cleanupEvent(evt, options) {
Expand Down

0 comments on commit 9434bd0

Please sign in to comment.