fix
This commit is contained in:
@@ -40,7 +40,6 @@ export const getTournament = createServerFn()
|
||||
});
|
||||
|
||||
export const getCurrentTournament = createServerFn()
|
||||
.middleware([superTokensFunctionMiddleware])
|
||||
.handler(async () =>
|
||||
toServerResult(() => pbAdmin.getMostRecentTournament())
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user