fixed chat zustand bug

This commit is contained in:
PxlLoewe
2025-03-21 10:27:32 -07:00
parent 71aff2d66a
commit b7eb148ca6
17 changed files with 399 additions and 91 deletions

View File

@@ -1,6 +1,6 @@
import { prisma } from "@repo/db";
const fetchMainMessage = async () => {
return await prisma.message.findFirst({
return await prisma.notam.findFirst({
where: {
active: true,
isMainMsg: true,