Skip to content

Commit

Permalink
Merge pull request #4 from MohammadRezaAnsari/develop
Browse files Browse the repository at this point in the history
Fix access to Options extension
  • Loading branch information
MohammadRezaAnsari authored Aug 3, 2021
2 parents aaf03f3 + 216ef42 commit 28e179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SocketKit/Socket/Options.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public protocol Options {
var activityTimeout: TimeInterval? { get }
}

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

0 comments on commit 28e179d

Please sign in to comment.