From d45d23f501d11e22d6889b68e89226d580c80a0d Mon Sep 17 00:00:00 2001 From: "Vladimir Antonio F. C." <50648871+vladiantio@users.noreply.github.com> Date: Thu, 28 Aug 2025 23:01:21 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20formatting=20in=20`categor?= =?UTF-8?q?ies.ts`=20by=20removing=20trailing=20semicolons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/categories.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/categories.ts b/src/types/categories.ts index 2109caf..57dd4c7 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -32,6 +32,6 @@ export type tCategory = | 'Secrets' | 'IaC' | 'Analytics' - | 'Sync Engine'; + | 'Sync Engine' | 'Platform' - | 'Automation'; \ No newline at end of file + | 'Automation';