Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #103 from magopian/flow-bituary-ter
Browse files Browse the repository at this point in the history
Remove some leftover flow type anotations (again)
  • Loading branch information
rehandalal committed Apr 6, 2018
2 parents 7008765 + 570adf7 commit 6d106a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class App extends Component {
fetchUserInfo(this.onUserInfo);
};

onUserInfo = (accessToken: string, userInfo: UserInfo) => {
onUserInfo = (accessToken, userInfo) => {
this.setState({ userInfo, accessToken });
};

Expand Down

0 comments on commit 6d106a7

Please sign in to comment.