Skip to content

Commit

Permalink
Merge pull request #24 from nextstrain/chore/fix-zip-labmda
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov authored Mar 7, 2022
2 parents fddfb5a + 295c3fa commit 4c648db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/rewriteToGzip.lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ exports.handler = (event, context, callback) => {
request.uri += '.gz'
callback(null, request)
}

callback(null, request)
}

0 comments on commit 4c648db

Please sign in to comment.