mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-05 16:59:30 +00:00
Make vapidKey in InstanceApp model optional (#135)
This commit is contained in:
parent
0f45a8d1ff
commit
3b0d26bab2
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ public struct InstanceApp: Codable, Identifiable {
|
|||
public let redirectUri: String
|
||||
public let clientId: String
|
||||
public let clientSecret: String
|
||||
public let vapidKey: String
|
||||
public let vapidKey: String?
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue