mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
fix(frontend): apply Prettier formatting to openapi.json after enum addition
This commit is contained in:
@@ -13891,7 +13891,11 @@
|
||||
},
|
||||
"SubscriptionStatusResponse": {
|
||||
"properties": {
|
||||
"tier": { "type": "string", "enum": ["FREE", "PRO", "BUSINESS", "ENTERPRISE"], "title": "Tier" },
|
||||
"tier": {
|
||||
"type": "string",
|
||||
"enum": ["FREE", "PRO", "BUSINESS", "ENTERPRISE"],
|
||||
"title": "Tier"
|
||||
},
|
||||
"monthly_cost": { "type": "integer", "title": "Monthly Cost" },
|
||||
"tier_costs": {
|
||||
"additionalProperties": { "type": "integer" },
|
||||
|
||||
Reference in New Issue
Block a user