mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-22 05:48:08 +00:00
Fix instance suggestions not loading
This commit is contained in:
parent
8d6a84a48e
commit
eb0b1043c7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import Foundation
|
|||
|
||||
public struct InstanceSocial: Decodable, Identifiable {
|
||||
public struct Info: Decodable {
|
||||
public let shortDescription: String
|
||||
public let shortDescription: String?
|
||||
}
|
||||
|
||||
public let id: String
|
||||
|
|
Loading…
Reference in a new issue