Skip to content

Commit

Permalink
Added user email verification to the entities
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Aug 19, 2024
1 parent ee39b2f commit 54fd3d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entities/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ import { ProjectFraud } from './projectFraud';
import { ProjectActualMatchingView } from './ProjectActualMatchingView';
import { ProjectSocialMedia } from './projectSocialMedia';
import { UserQfRoundModelScore } from './userQfRoundModelScore';
import { UserEmailVerification } from './userEmailVerification';

export const getEntities = (): DataSourceOptions['entities'] => {
return [
Organization,
User,
UserEmailVerification,
ReferredEvent,
Project,

Expand Down

0 comments on commit 54fd3d4

Please sign in to comment.