Henrik-3 / unofficial-valorant-api

Unofficial VALORANT API using the VALORANT Ingame API
424 stars 18 forks source link

Update index.js #33

Closed Xyrrm closed 2 years ago

Xyrrm commented 2 years ago

Added missing "return" to getMatches() so it doesn't return undefined. Also reduced the size and filter checking -> Can implement into the rest of the code or leave it as is.

Xyrrm commented 2 years ago

Just noticed that the size and filter checking is different feel free to ignore those changes

Henrik-3 commented 2 years ago

Thanks for the PR