From e926dc291829c75de1c5378506f7ceb8a1372137 Mon Sep 17 00:00:00 2001 From: Vitaly Kornilov Date: Mon, 24 Aug 2020 13:17:20 +0200 Subject: [PATCH] :pencil2: Log message typo) Co-authored-by: Mathieu Brunot --- backend/src/app/http/auth/gitlab.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/http/auth/gitlab.clj b/backend/src/app/http/auth/gitlab.clj index ef04280e4e..7f26fa2f01 100644 --- a/backend/src/app/http/auth/gitlab.clj +++ b/backend/src/app/http/auth/gitlab.clj @@ -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))))