smashgg / developer-portal

A place for developers interested in smash.gg's API
MIT License
47 stars 42 forks source link

Short Slug Query Not Returning Latest Tournament #191

Open SeaFresh opened 1 year ago

SeaFresh commented 1 year ago

Hi, previously I've been able to hit the API endpoint with this query:

query TournamentQuery($slug: String, $eventFilter: EventFilter) { tournament(slug: $slug) { id name events(filter:$eventFilter) { name id startAt videogame { id slug } } }

With baccpaBrawl as the slug, and it's given the latest version of that tournament. However, at least as of today, it returns the info for the very first baccpaBrawl, even though https://www.start.gg/baccpaBrawl redirects to the latest. Other short slugs don't appear to have the issue. Maybe it's some configuration thing on their side, but I figured I would bring the inconsistency to your attention.