Skip to content

Commit

Permalink
Merge branch 'master' into fix/conflict-master-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
son-daehyeon authored Sep 15, 2024
2 parents 09f40b9 + a5173e5 commit 9629837
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/domain/member/member.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { MailModule } from '@wink/mail';
const modelFactory = MongoModelFactory.generate<Member>(Member.name, MemberSchema);

@Module({
imports: [
MongooseModule.forFeature([modelFactory]),
S3Module.forRoot({ directory: 'avatar' }),
MailModule,
Expand Down

0 comments on commit 9629837

Please sign in to comment.