rnewson commented on a change in pull request #3322:
URL: https://github.com/apache/couchdb/pull/3322#discussion_r555934573
##########
File path: src/couch/src/couch_httpd_auth.erl
##########
@@ -33,7 +33,7 @@
-export([jwt_authentication_handler/1]).
--import(couch_httpd, [header_value/2, send_json/2,send_json/4,
send_method_not_allowed/2]).
+-import(couch_httpd, [header_value/2, send_json/2, send_json/4,
send_method_not_allowed/2, maybe_decompress/2]).
Review comment:
why import the function if you're calling it with the module name below
anyway?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]