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 ![image](https://github.com/ppy/osu-web/assets/96246908/70780122-549f-4e9c-af42-7b3cc1db6de9)

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({...