fix: handle pages without uid for metadata

This commit is contained in:
Christel Westerberg
2024-08-23 09:38:13 +02:00
parent 306d0039d6
commit ae123810a6
2 changed files with 7 additions and 4 deletions

View File

@@ -10,10 +10,9 @@ import {
sessionExpiredError,
unauthorizedError,
} from "./errors/trpc"
import { fetchServiceToken } from "./tokenManager"
import { type Context, createContext } from "./context"
import { fetchServiceToken } from "./tokenManager"
import { transformer } from "./transformer"
import { langInput } from "./utils"
import type { Session } from "next-auth"