Skip to content

Commit

Permalink
exporting empty default for utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Edwards authored and Chris Edwards committed Jan 13, 2017
1 parent cb96953 commit cf74110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ export function response(body, statusCode = 200, headers = DEFAULT_HEADERS) {
)
}
}

export default {}

0 comments on commit cf74110

Please sign in to comment.