From dc4c19a7550f05588c8eb0adcc53019b4d620cd2 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Mon, 21 Aug 2023 09:27:33 +0200 Subject: [PATCH] :bug: Fix getUsage query abort --- apps/builder/src/features/billing/api/getUsage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/builder/src/features/billing/api/getUsage.ts b/apps/builder/src/features/billing/api/getUsage.ts index 1cb8552b1..d62bf370f 100644 --- a/apps/builder/src/features/billing/api/getUsage.ts +++ b/apps/builder/src/features/billing/api/getUsage.ts @@ -34,7 +34,7 @@ export const getUsage = authenticatedProcedure }, }, typebots: { - select: { id: true, results: { select: { id: true } } }, + select: { id: true }, }, }, })