chore: generate
This commit is contained in:
parent
e9d4ca7e0f
commit
4caec80e67
2 changed files with 27 additions and 90 deletions
|
|
@ -54,7 +54,8 @@ export const queryLiteSubscription = query(async (workspaceID: string) => {
|
|||
return {
|
||||
mine,
|
||||
useBalance: row.lite?.useBalance ?? false,
|
||||
region: row.region ?? (await Workspace.setDefaultRegion({ country: countryFromRequest(getRequestEvent()?.request) })),
|
||||
region:
|
||||
row.region ?? (await Workspace.setDefaultRegion({ country: countryFromRequest(getRequestEvent()?.request) })),
|
||||
rollingUsage: Subscription.analyzeRollingUsage({
|
||||
limit: limits.rollingLimit,
|
||||
window: limits.rollingWindow,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue