0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

✏️ Log message typo)

Co-authored-by: Mathieu Brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
Vitaly Kornilov 2020-08-24 13:17:20 +02:00 committed by Andrey Antukh
parent 7b4abe4b67
commit e926dc2918

View file

@ -97,7 +97,7 @@
{:email (get data "email")
:fullname (get data "name")})
(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))))