fixed more typos

This commit is contained in:
Bob Burningham 2023-11-13 00:11:52 -08:00
parent 64eb438da7
commit b1f4019622

View File

@ -46,7 +46,7 @@ export async function GET(
orderBy: { orderBy: {
createdAt: "desc", createdAt: "desc",
} }
}); })
} else { } else {
messages = await db.directMessage.findMany({ messages = await db.directMessage.findMany({
take: MESSAGES_BATCH, take: MESSAGES_BATCH,
@ -63,7 +63,7 @@ export async function GET(
orderBy: { orderBy: {
createdAt: "desc", createdAt: "desc",
} }
}) });
} }
let nextCursor = null; let nextCursor = null;