This commit is contained in:
@@ -2,7 +2,7 @@ import { prisma } from "@repo/db";
|
||||
import { MessageCircleWarning } from "lucide-react";
|
||||
|
||||
export const WarningAlert = async () => {
|
||||
const mainMessage = await await prisma.notam.findFirst({
|
||||
const mainMessage = await await prisma.config.findFirst({
|
||||
orderBy: {
|
||||
createdAt: "desc",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user