Fix typescript error
This commit is contained in:
@@ -51,7 +51,7 @@ const totalSpent = await prisma.loggedCallModelResponse.aggregate({
|
|||||||
totalCost: true,
|
totalCost: true,
|
||||||
},
|
},
|
||||||
where: {
|
where: {
|
||||||
createdBy: {
|
originalLoggedCall: {
|
||||||
organizationId: projectId,
|
organizationId: projectId,
|
||||||
},
|
},
|
||||||
startTime: {
|
startTime: {
|
||||||
|
|||||||
Reference in New Issue
Block a user