mirror of
https://github.com/penpot/penpot.git
synced 2025-02-04 13:29:14 -05:00
✏️ Log message typo
Co-authored-by: Mathieu Brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
da0a63a449
commit
7b4abe4b67
1 changed files with 1 additions and 2 deletions
|
@ -74,7 +74,7 @@
|
||||||
(let [data (json/read-str (:body res))]
|
(let [data (json/read-str (:body res))]
|
||||||
(get data "access_token"))
|
(get data "access_token"))
|
||||||
(catch Throwable e
|
(catch Throwable e
|
||||||
(log/error "unexpected error on parsing response body from gitlab access tooken request" e)
|
(log/error "unexpected error on parsing response body from gitlab access token request" e)
|
||||||
nil))))
|
nil))))
|
||||||
|
|
||||||
|
|
||||||
|
@ -150,4 +150,3 @@
|
||||||
:headers {"location" (str uri)}
|
:headers {"location" (str uri)}
|
||||||
:cookies (session/cookies sid)
|
:cookies (session/cookies sid)
|
||||||
:body ""})))
|
:body ""})))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue