mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
✏️ Log message typo)
Co-authored-by: Mathieu Brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
7b4abe4b67
commit
e926dc2918
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
{:email (get data "email")
|
{:email (get data "email")
|
||||||
:fullname (get data "name")})
|
:fullname (get data "name")})
|
||||||
(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))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue