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