Skip to content

Commit

Permalink
fix(democrat): Fix request change label value (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
deuzu authored Apr 10, 2021
1 parent 92e4fd4 commit e2e7238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/democrat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default class Democrat {
accumulator += 1
}

if ('REQUEST_CHANGE' === review.state) {
if ('CHANGES_REQUESTED' === review.state) {
accumulator += -1
}

Expand Down

0 comments on commit e2e7238

Please sign in to comment.