Skip to content

Commit

Permalink
Merge pull request #595 from dromerobarria/master
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni authored Sep 29, 2023
2 parents 430c0d4 + 61702c5 commit a779c91
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 a779c91

Please sign in to comment.