Skip to content

Commit a779c91

Browse files
authored
Merge pull request #595 from dromerobarria/master
2 parents 430c0d4 + 61702c5 commit a779c91

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)