Skip to content

Commit 3e9af31

Browse files
committed
remove @dynamicMemberLookup from Authenticating
1 parent 67cb387 commit 3e9af31

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/Authenticating/Authenticating.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import Dependencies
3030
/// // Access the router for URL generation
3131
/// let url = mailgun.router.url(for: .getMessage(id: "123"))
3232
/// ```
33-
@dynamicMemberLookup
3433
public struct Authenticating<
3534
Auth: Equatable & Sendable,
3635
AuthRouter: ParserPrinter & Sendable,
@@ -78,10 +77,6 @@ public struct Authenticating<
7877
router: apiRouter
7978
)
8079
}
81-
82-
public subscript<T>(dynamicMember keyPath: KeyPath<ClientOutput, T>) -> T {
83-
self.client[keyPath: keyPath]
84-
}
8580
}
8681

8782
// MARK: - Bearer Authentication Conveniences

0 commit comments

Comments
 (0)