Fix typescript error

This commit is contained in:
David Corbitt
2023-08-08 18:30:02 -07:00
parent 1b2b6c1456
commit 7bb414026e

View File

@@ -51,7 +51,7 @@ const totalSpent = await prisma.loggedCallModelResponse.aggregate({
totalCost: true, totalCost: true,
}, },
where: { where: {
createdBy: { originalLoggedCall: {
organizationId: projectId, organizationId: projectId,
}, },
startTime: { startTime: {