From 9fe82fe302502a07136411c057b1148122f7ae9c Mon Sep 17 00:00:00 2001 From: NaayoungKwon Date: Fri, 25 Nov 2022 01:31:07 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=8C=8C=EC=9D=BC=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/apps/api/src/community/dto/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/apps/api/src/community/dto/index.ts b/server/apps/api/src/community/dto/index.ts index 751dd193..a50668c8 100644 --- a/server/apps/api/src/community/dto/index.ts +++ b/server/apps/api/src/community/dto/index.ts @@ -1,4 +1,4 @@ -export * from './append-particitants-to-community.dto'; +export * from './append-participants-to-community.dto'; export * from './create-community.dto'; export * from './modify-community.dto'; export * from './delete-community.dto';