From 7b4abe4b67d76b2c448be02e41d823e821eca144 Mon Sep 17 00:00:00 2001 From: Vitaly Kornilov Date: Mon, 24 Aug 2020 13:16:53 +0200 Subject: [PATCH] :pencil2: Log message typo Co-authored-by: Mathieu Brunot --- backend/src/app/http/auth/gitlab.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/app/http/auth/gitlab.clj b/backend/src/app/http/auth/gitlab.clj index c2e8fe828..ef04280e4 100644 --- a/backend/src/app/http/auth/gitlab.clj +++ b/backend/src/app/http/auth/gitlab.clj @@ -74,7 +74,7 @@ (let [data (json/read-str (:body res))] (get data "access_token")) (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)))) @@ -150,4 +150,3 @@ :headers {"location" (str uri)} :cookies (session/cookies sid) :body ""}))) -