Remove duplicated code on cleanUrlForLogging (#5642)

This commit is contained in:
Daniel Espino García
2021-08-24 14:16:38 +02:00
committed by GitHub
parent 65c3e05fd8
commit d02d1922c6
2 changed files with 1 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import {cleanUrlForLogging} from '@utils/logging';
import {cleanUrlForLogging} from '@utils/url';
export class ClientError extends Error {
details: Error;