Skip to content

Commit

Permalink
Update BitBucketServerDSL.swift
Browse files Browse the repository at this point in the history
Update task optional
  • Loading branch information
dromerobarria authored Sep 21, 2023
1 parent 430c0d4 commit 61702c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Danger/BitBucketServerDSL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 61702c5

Please sign in to comment.