Skip to content

Commit 1a820e1

Browse files
committed
Lint
1 parent b71c300 commit 1a820e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/SwiftTrader/Network/Kucoin/WebSocket/KucoinSpotWebSocketBulletPrivateRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Logging
1313

1414
/// A **request** to obtain an authorized token for subscribing to private channels and messages via WebSocket.
1515
///
16-
/// https://www.kucoin.com/docs/websocket/basic-info/apply-connect-token/private-channels-authentication-request-required-
16+
/// https://bit.ly/kucoinPrivateConnectToken
1717
public struct KucoinSpotWebSocketBulletPrivateRequest: NetworkRequest {
1818

1919
// MARK: - Properties

Sources/SwiftTrader/Network/Kucoin/WebSocket/KucoinSpotWebSocketBulletPrivateResource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99

1010
/// The **resource** to obtain an authorized token for subscribing to private channels and messages via WebSocket.
1111
///
12-
/// https://www.kucoin.com/docs/websocket/basic-info/apply-connect-token/private-channels-authentication-request-required-
12+
/// https://bit.ly/kucoinPrivateConnectToken
1313
public struct KucoinSpotWebSocketBulletPrivateResource: NetworkResource {
1414

1515
// MARK: - Properties

Sources/SwiftTrader/SwiftTrader+KucoinSpot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public extension SwiftTrader {
249249

250250
/// Requests an authorized token for subscribing to private channels and messages via WebSocket.
251251
///
252-
/// https://www.kucoin.com/docs/websocket/basic-info/apply-connect-token/private-channels-authentication-request-required-
252+
/// https://bit.ly/kucoinPrivateConnectToken
253253
///
254254
/// - Returns: An instance of `KucoinWebSocketPrivateTokenResponse` or `SwiftTraderError`.
255255
@discardableResult func kucoinSpotWebSocketRequestPrivateToken() async throws

0 commit comments

Comments
 (0)