Browse Source

wip: cloud

Dax Raad 5 months ago
parent
commit
6d22ade771
1 changed files with 1 additions and 0 deletions
  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 billing = await Billing.get()
     const payments = await Billing.payments()
     const payments = await Billing.payments()
     const usage = await Billing.usages()
     const usage = await Billing.usages()
+    console.log({ user, billing, payments, usage })
     return { user, billing, payments, usage }
     return { user, billing, payments, usage }
   })
   })
 }, "billingInfo")
 }, "billingInfo")