Skip to content
Snippets Groups Projects
Commit 8fcdb1be authored by Cam Saül's avatar Cam Saül
Browse files

fix bad docstr

parent 10289935
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@
(defn wrap-api-key
"Middleware that sets the :metabase-api-key keyword on the request if a valid API Key can be found.
We check the request headers for `X-METABASE-API-KEY` and if it's not found then then no keyword is bound to the request."
We check the request headers for `X-METABASE-APIKEY` and if it's not found then then no keyword is bound to the request."
[handler]
(fn [{:keys [headers] :as request}]
(if-let [api-key (headers metabase-api-key-header)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment