We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5a9d4 commit af1c597Copy full SHA for af1c597
Sources/JWT/Application+JWT.swift
@@ -42,7 +42,7 @@ extension Application {
42
43
public var keys: JWTKeyCollection {
44
get { self.storage.keys }
45
- set { self.storage.keys = newValue }
+ nonmutating set { self.storage.keys = newValue }
46
}
47
48
private var storage: Storage {
0 commit comments