Skip to content

Commit

Permalink
Bitbucket Cloud: remove hardcoded message when getting danger comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloCore committed Dec 6, 2019
1 parent f6e04ee commit 48ea40e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/platforms/bitbucket_cloud/BitBucketCloudAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ export class BitBucketCloudAPI {
return comments
.filter(comment => comment.content.raw.includes(dangerIDMessage))
.filter(comment => comment.user.uuid === this.uuid)
.filter(comment => comment.content.raw.includes("Generated by"))
}

getDangerInlineComments = async (dangerID: string): Promise<Comment[]> => {
Expand Down

0 comments on commit 48ea40e

Please sign in to comment.