diff options
| author | Dax Raad <[email protected]> | 2025-09-01 03:13:05 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-01 03:13:05 -0400 |
| commit | 6d22ade771399ef2cee941c6beeb975c9ec080cb (patch) | |
| tree | f7a61edeeafe97399d65a506aaf1fe66ad762854 /cloud | |
| parent | fbcceeb781bbaf2943bfa08a254a8068babea4ca (diff) | |
| download | opencode-6d22ade771399ef2cee941c6beeb975c9ec080cb.tar.gz opencode-6d22ade771399ef2cee941c6beeb975c9ec080cb.zip | |
wip: cloud
Diffstat (limited to 'cloud')
| -rw-r--r-- | cloud/app/src/routes/workspace/[id].tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx index dfe305bbd..0eb18fca8 100644 --- a/cloud/app/src/routes/workspace/[id].tsx +++ b/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") |
