diff --git a/Sources/GitLabSwift/Core/Support/GLModels.swift b/Sources/GitLabSwift/Core/Support/GLModels.swift index 6812817..243bf81 100644 --- a/Sources/GitLabSwift/Core/Support/GLModels.swift +++ b/Sources/GitLabSwift/Core/Support/GLModels.swift @@ -138,7 +138,7 @@ public extension GLModel { struct Project: Decodable { public let id: Int - public let description: String + public let description: String? public let name: String public let created_at: Date? public let default_branch: String?