Artem Osuskyi
Results
2
issues of
Artem Osuskyi
According to #9589, for ``api/v2/matches/{match}`` there should be `before` and `after` params which seem to be missing 
type:api
area:multiplayer
good first issue
type:documentation
Here's my code snippet to do the user following fetching ``` public async checkUserFollows( currentUser: CurrentUserDto, { code, codeVerifier }: TwitterCodeBodyDto ) { const { accessToken } = await this.twitterAuthClient.loginWithOAuth2({...