Fix instance suggestions not loading

This commit is contained in:
Thomas Ricouard 2023-02-08 07:25:05 +01:00
parent 8d6a84a48e
commit eb0b1043c7
1 changed files with 1 additions and 1 deletions

View File

@ -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