From 8a2dd8f62a1745773d15486d725022c90eb8565d Mon Sep 17 00:00:00 2001 From: majdyz Date: Mon, 13 Apr 2026 04:41:35 +0000 Subject: [PATCH] fix(frontend): apply Prettier formatting to openapi.json after enum addition --- autogpt_platform/frontend/src/app/api/openapi.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/autogpt_platform/frontend/src/app/api/openapi.json b/autogpt_platform/frontend/src/app/api/openapi.json index 40d0a22ba4..69872ca83e 100644 --- a/autogpt_platform/frontend/src/app/api/openapi.json +++ b/autogpt_platform/frontend/src/app/api/openapi.json @@ -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" },