Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TngSam authored Jan 26, 2019
1 parent a63ed3d commit 2dd57b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ function addCorsHeaders (request, reply) {
response.headers['access-control-allow-methods'] = request.headers['access-control-request-method']
}

reply.continue
return reply.continue
}

0 comments on commit 2dd57b7

Please sign in to comment.