Skip to content

Commit

Permalink
Fix endless redirect loop
Browse files Browse the repository at this point in the history
  • Loading branch information
31z4 committed Mar 18, 2018
1 parent 867c2f7 commit 184034e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class PullRequests extends React.PureComponent {
this.setState({
error: e.toString(),
});
return;
}

params.delete('code');
Expand Down

0 comments on commit 184034e

Please sign in to comment.