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';