mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
trying to resolve next/font bug
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { cache } from "react";
|
||||
//import { cache } from "next/cache";
|
||||
import { cookies } from "next/headers";
|
||||
import type { Session, User } from "lucia";
|
||||
import { lucia } from "@/lib/auth";
|
||||
@@ -37,4 +37,4 @@ export const uncachedValidateRequest = async (): Promise<
|
||||
return result;
|
||||
};
|
||||
|
||||
export const validateRequest = cache(uncachedValidateRequest);
|
||||
export const validateRequest = uncachedValidateRequest;
|
||||
|
||||
Reference in New Issue
Block a user