Skip to content

Commit

Permalink
Merge pull request #5 from MohammadRezaAnsari/develop
Browse files Browse the repository at this point in the history
Change access control of options extension
  • Loading branch information
MohammadRezaAnsari authored Aug 3, 2021
2 parents 28e179d + 66d5c3f commit 7a141f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SocketKit/Socket/Options.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public protocol Options {
var activityTimeout: TimeInterval? { get }
}

public extension Options {
var authMethod: AuthMethod {
extension Options {
public var authMethod: AuthMethod {
#if DEBUG
return .inline(secret: "6cbdbeb15886107d0a0e")
#else
Expand Down

0 comments on commit 7a141f1

Please sign in to comment.