Skip to content

Commit

Permalink
fix(backend): Import PollEventModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Aug 7, 2024
1 parent d6c873d commit b14c8ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {ImprintModule} from './imprint/imprint.module';
import {MailModule} from './mail/mail.module';
import {ParticipantModule} from './participant/participant.module';
import {PollModule} from './poll/poll.module';
import {PollEventModule} from './poll-event/poll-event.module';
import {PushModule} from './push/push.module';
import {StatisticsModule} from './statistics/statistics.module';
import {TokenModule} from './token/token.module';
Expand All @@ -17,6 +18,7 @@ import {TokenModule} from './token/token.module';
MongooseModule.forRoot(environment.mongo.uri),
AuthModule.forRoot(environment.auth),
PollModule,
PollEventModule,
ParticipantModule,
TokenModule,
StatisticsModule,
Expand Down

0 comments on commit b14c8ea

Please sign in to comment.