From 513897361fb34d2348e9ade67425cfb2627ee0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Chrastina?= <9218736+Simply007@users.noreply.github.com> Date: Thu, 18 Nov 2021 18:41:33 +0100 Subject: [PATCH 1/2] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9b5941a..104b730 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths. # See https://help.github.com/articles/about-code-owners/ -* @Kentico/developer-experience \ No newline at end of file +* @winklertomas @Kentico/developer-experience From 92afdf5b0efa22e3f5b40e2a480bf2fe8dcaa64b Mon Sep 17 00:00:00 2001 From: Tomas Winkler Date: Fri, 26 Nov 2021 12:19:55 +0100 Subject: [PATCH 2/2] Remove debugger --- src/utils/getUrlFromMapping.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/getUrlFromMapping.js b/src/utils/getUrlFromMapping.js index de26fe1..1cee808 100644 --- a/src/utils/getUrlFromMapping.js +++ b/src/utils/getUrlFromMapping.js @@ -3,8 +3,6 @@ export function getUrlFromMappingByCodename(mappings, codename) { } export function getUrlFromMappingByPathName(mappings, pathname) { - debugger; - let unifiedPath = pathname; if (pathname.startsWith(process.env.PUBLIC_URL)) {