Adjust start.gg layout and admin-only tournament listing

This commit is contained in:
Pandipipas
2026-02-16 00:07:55 +01:00
parent a83f633506
commit 165482a7e0
2 changed files with 139 additions and 120 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ nodecg.listenFor('startgg:fetchRecentTournaments', async (payload: unknown, ack)
const query = `
query RecentTournaments($perPage: Int!) {
currentUser {
tournaments(query: { perPage: $perPage }) {
tournaments(query: { perPage: $perPage, filter: { tournamentView: "admin" } }) {
nodes {
id
name