This commit is contained in:
@@ -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" },
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user