Skip to content

Commit

Permalink
fixup! Fix Danger comment detection
Browse files Browse the repository at this point in the history
  • Loading branch information
cysp committed Dec 26, 2018
1 parent 8cc4b22 commit 7635f1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/danger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ interface BitBucketServerChangesValueMove {
}
}

type BitBucketServerChangesValue = BitBucketServerChangesValueAddCopyModifyDelete | BitBucketServerChangesValueMove
type BitBucketServerChangesValue =
| BitBucketServerChangesValueAddCopyModifyDelete
| BitBucketServerChangesValueMove

/** A platform agnostic reference to a Git commit */
interface GitCommit {
Expand Down

0 comments on commit 7635f1d

Please sign in to comment.