Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloCore committed Jun 24, 2019
1 parent d8ea5b0 commit d98a58b
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 @@ -69,7 +69,6 @@ export class BitBucketCloudAPI {

getPullRequestsFromBranch = async (branch: string): Promise<BitBucketCloudPRDSL[]> => {
// Need to encode URI here because it used special characters in query params.
// TODO: (HelloCore) Not sure if we need to use `source.branch.name` or `destination.branch.name` here.
// https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/pullrequests
let nextPageURL: string | undefined = encodeURI(
`${this.getBaseRepoURL()}/pullrequests?q=source.branch.name = "${branch}"`
Expand Down

0 comments on commit d98a58b

Please sign in to comment.