Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
azz committed Feb 25, 2018
1 parent 0aaa3ac commit 2c8c7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/danger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ declare module "danger" {
locked: boolean
author: BitBucketServerPRParticipant & { role: "AUTHOR" }
reviewers: (BitBucketServerPRParticipant & { role: "REVIEWER" })[]
participants: (BitBucketServerPRParticipant & { role: "PARTICPANT" })[]
participants: (BitBucketServerPRParticipant & { role: "PARTICIPANT" })[]
links: BitBucketServerLinks<"self">
}

Expand Down
2 changes: 1 addition & 1 deletion source/dsl/BitBucketServerDSL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface BitBucketServerPRDSL {
locked: boolean
author: BitBucketServerPRParticipant & { role: "AUTHOR" }
reviewers: (BitBucketServerPRParticipant & { role: "REVIEWER" })[]
participants: (BitBucketServerPRParticipant & { role: "PARTICPANT" })[]
participants: (BitBucketServerPRParticipant & { role: "PARTICIPANT" })[]
links: BitBucketServerLinks<"self">
}

Expand Down

0 comments on commit 2c8c7ab

Please sign in to comment.