From 61702c5fcc50597671b58437a6c606a54192ddca Mon Sep 17 00:00:00 2001 From: Daniel Romero Date: Thu, 21 Sep 2023 17:23:20 -0300 Subject: [PATCH] Update BitBucketServerDSL.swift Update task optional --- Sources/Danger/BitBucketServerDSL.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Danger/BitBucketServerDSL.swift b/Sources/Danger/BitBucketServerDSL.swift index a1b874ba..9307fb1d 100644 --- a/Sources/Danger/BitBucketServerDSL.swift +++ b/Sources/Danger/BitBucketServerDSL.swift @@ -137,7 +137,7 @@ public extension BitBucketServer { public let properties: InnerProperties /// Tasks associated with the comment - public let tasks: [Task] + public let tasks: [Task]? public struct Task: Decodable, Equatable { enum CodingKeys: String, CodingKey {