-
Notifications
You must be signed in to change notification settings - Fork 7
name change to recrutiment25 #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: staging
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -56,6 +56,6 @@ const participantSchema = new mongoose.Schema({ | |||||
| } | ||||||
| }); | ||||||
|
|
||||||
| const ParticipantUser = mongoose.models.Recruitment24 || mongoose.model("Recruitment24", participantSchema); | ||||||
| const ParticipantUser = mongoose.models.Recruitment25 || mongoose.model("Recruitment25", participantSchema); | ||||||
|
||||||
| const ParticipantUser = mongoose.models.Recruitment25 || mongoose.model("Recruitment25", participantSchema); | |
| const ParticipantUser = mongoose.models.Recruitment24 || mongoose.model("Recruitment24", participantSchema); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The model name 'Recruitment25' contains a typo. It should be 'Recruitment25' instead of 'recrutiment25' to match the PR title, or the PR title should be corrected to match the code.