fix(frontend): apply Prettier formatting to openapi.json after enum addition

This commit is contained in:
majdyz
2026-04-13 04:41:35 +00:00
parent 52d8e67135
commit 8a2dd8f62a

View File

@@ -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" },