fix
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 64 KiB |
@@ -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