forked from Ivasoft/mattermost-mobile
Remove duplicated code on cleanUrlForLogging (#5642)
This commit is contained in:
committed by
GitHub
parent
65c3e05fd8
commit
d02d1922c6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user