Skip to content

Commit

Permalink
Update PolishServerAsync.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
bragelbytes committed Sep 6, 2023
1 parent 347dda7 commit 02458fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ReplicantSwift/Async/PolishServerAsync.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extension PolishServerConfig: PolishAsync
{
public func polish(_ connection: TransmissionAsync.AsyncConnection, _ logger: Logger) async throws -> TransmissionAsync.AsyncConnection
{
let config = ShadowConfig.ShadowServerConfig(serverAddress: self.serverAddress, serverPrivateKey: self.serverPrivateKey, mode: .DARKSTAR)
let config = try ShadowConfig.ShadowServerConfig(serverAddress: self.serverAddress, serverPrivateKey: self.serverPrivateKey, mode: .DARKSTAR)
return try await AsyncDarkstarServerConnection(connection, config, logger)
}
}

0 comments on commit 02458fb

Please sign in to comment.