style: format
This commit is contained in:
parent
4e7256a9d8
commit
664ccb922f
|
|
@ -1,7 +1,8 @@
|
||||||
import { auth } from ".";
|
|
||||||
import { headers } from "next/headers";
|
import { headers } from "next/headers";
|
||||||
import { cache } from "react";
|
import { cache } from "react";
|
||||||
|
|
||||||
|
import { auth } from ".";
|
||||||
|
|
||||||
export const getSession = cache(async () =>
|
export const getSession = cache(async () =>
|
||||||
auth.api.getSession({ headers: await headers() }),
|
auth.api.getSession({ headers: await headers() }),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue