Explorar el Código

style: remove unused import

Stefan Strigler hace 3 años
padre
commit
2914523117
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      apps/emqx_gateway/src/emqx_gateway_api_authn.erl

+ 1 - 2
apps/emqx_gateway/src/emqx_gateway_api_authn.erl

@@ -30,8 +30,7 @@
     [
         return_http_error/2,
         with_gateway/2,
-        with_authn/2,
-        checks/2
+        with_authn/2
     ]
 ).