Fix instance suggestions not loading
This commit is contained in:
parent
8d6a84a48e
commit
eb0b1043c7
|
@ -2,7 +2,7 @@ import Foundation
|
||||||
|
|
||||||
public struct InstanceSocial: Decodable, Identifiable {
|
public struct InstanceSocial: Decodable, Identifiable {
|
||||||
public struct Info: Decodable {
|
public struct Info: Decodable {
|
||||||
public let shortDescription: String
|
public let shortDescription: String?
|
||||||
}
|
}
|
||||||
|
|
||||||
public let id: String
|
public let id: String
|
||||||
|
|
Loading…
Reference in New Issue