This commit is contained in:
@@ -30,7 +30,7 @@ export default async function RootLayout({
|
||||
}>) {
|
||||
const session = await getServerSession();
|
||||
|
||||
const config = await prisma.notam.findFirst({
|
||||
const config = await prisma.config.findFirst({
|
||||
orderBy: [{ createdAt: "desc" }],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user