mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
feat: add favorites - update dependencies
This commit is contained in:
@@ -13,7 +13,7 @@ export class Oauth extends React.Component<Props, State> {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
const params = queryString.parse(this.props.location.search);
|
||||
const params: any = queryString.parse(this.props.location.search);
|
||||
|
||||
if (params['code']) {
|
||||
// do stuff here
|
||||
|
||||
Reference in New Issue
Block a user