Skip to content

Commit 61702c5

Browse files
Update BitBucketServerDSL.swift
Update task optional
1 parent 430c0d4 commit 61702c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Danger/BitBucketServerDSL.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public extension BitBucketServer {
137137
public let properties: InnerProperties
138138

139139
/// Tasks associated with the comment
140-
public let tasks: [Task]
140+
public let tasks: [Task]?
141141

142142
public struct Task: Decodable, Equatable {
143143
enum CodingKeys: String, CodingKey {

0 commit comments

Comments
 (0)