This commit is contained in:
yohlo
2025-10-06 12:22:21 -05:00
parent 375e0bbfc8
commit b2df869111
2 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -40,7 +40,6 @@ export const getTournament = createServerFn()
});
export const getCurrentTournament = createServerFn()
.middleware([superTokensFunctionMiddleware])
.handler(async () =>
toServerResult(() => pbAdmin.getMostRecentTournament())
);