Skip to content

Commit

Permalink
chore(invitation): add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMaz committed Dec 4, 2023
1 parent 526593e commit 5e9b78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nestjs-invitation/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export { InvitationModule } from './invitation.module';
export { InvitationController } from './controllers/invitation.controller';
export { InvitationService } from './services/invitation.service';
export { InvitationAcceptedEventAsync } from './events/invitation-accepted.event';
export { InvitationGetUserEventAsync } from './events/invitation-get-user.event';

export { InvitationPostgresEntity } from './entities/invitation-postgres.entity';
export { InvitationSqliteEntity } from './entities/invitation-sqlite.entity';

0 comments on commit 5e9b78e

Please sign in to comment.