mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 19:28:23 +00:00
style: format
This commit is contained in:
parent
9a4cb616c9
commit
dfe8f58c16
@ -1,7 +1,8 @@
|
||||
import { auth } from ".";
|
||||
import { headers } from "next/headers";
|
||||
import { cache } from "react";
|
||||
|
||||
import { auth } from ".";
|
||||
|
||||
export const getSession = cache(async () =>
|
||||
auth.api.getSession({ headers: await headers() }),
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user