mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 19:54:22 +01:00
wip: cloud
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user