Dax Raad hai 5 meses
pai
achega
6d22ade771
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      cloud/app/src/routes/workspace/[id].tsx

+ 1 - 0
cloud/app/src/routes/workspace/[id].tsx

@@ -47,6 +47,7 @@ const getBillingInfo = query(async () => {
     const billing = await Billing.get()
     const payments = await Billing.payments()
     const usage = await Billing.usages()
+    console.log({ user, billing, payments, usage })
     return { user, billing, payments, usage }
   })
 }, "billingInfo")