From 3e61245b9d6a377a771ff3ff401c7841cb2b7500 Mon Sep 17 00:00:00 2001 From: YangJJune <58018839+YangJJune@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:24:23 +0900 Subject: [PATCH] feat: change FestivalId const --- src/features/booth/api/addBooth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/booth/api/addBooth.ts b/src/features/booth/api/addBooth.ts index 56f45a3..bc66526 100644 --- a/src/features/booth/api/addBooth.ts +++ b/src/features/booth/api/addBooth.ts @@ -8,7 +8,7 @@ import { import { Booth, BoothCategoryKeys } from "@/src/shared/lib/types"; import { MenuItemState } from "@/src/shared/model/store/booth-edit-store"; -const FESTIVAL_ID = 1; +const FESTIVAL_ID = 2; interface ProductForCreate { menuStatus?: MenuItemState | null; id?: number;