From d6376c6d70529a329fac7cd12f8bd4727b9b8944 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Tue, 23 Dec 2025 16:18:42 -0300 Subject: [PATCH] chore: CODEOWNERS Change Platform -> Consumer (#26160) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d49ce34953..2057a82fa4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -28,7 +28,7 @@ /packages/features/bookings/lib/getLuckyUser.ts @calcom/Foundation /packages/features/schedules/lib/slots.ts @calcom/Foundation /packages/platform/atoms/**/*WebWrapper.tsx @calcom/Consumer -/packages/platform/**/* @calcom/Platform @calcom/Foundation +/packages/platform/**/* @calcom/Consumer @calcom/Foundation /packages/prisma/**/* @calcom/Foundation /packages/trpc/server/routers/viewer/bookings/confirm.handler.ts @calcom/Foundation /packages/trpc/server/routers/viewer/bookings/get.handler.ts @calcom/Foundation