Skip to content

Commit

Permalink
chore(review.ts): removed vapt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Dec 9, 2022
1 parent 4f9f3bc commit 17ee9f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/routes/v2/authenticated/review.ts
Original file line number Diff line number Diff line change
Expand Up @@ -709,11 +709,6 @@ export class ReviewsRouter {
})
}

// Check state here to ensure it's open
if (possibleReviewRequest.reviewStatus !== ReviewRequestStatus.Open) {
// return 400
}

// Step 4: Approve review request
// NOTE: We are not checking for existence of PR
// as the underlying Github API returns 404 if
Expand Down

0 comments on commit 17ee9f6

Please sign in to comment.