This commit is contained in:
PxlLoewe
2025-07-06 00:36:48 -07:00
parent 2cdbab9f28
commit a9d20e018d
13 changed files with 72 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ const RootLayout = async ({
}>) => {
const session = await getServerSession();
const latestNotam = await prisma.notam.findFirst({
const latestNotam = await prisma.config.findFirst({
orderBy: { createdAt: "desc" },
});