-
Notifications
You must be signed in to change notification settings - Fork 28
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
issue3 solved with comments #72
base: main
Are you sure you want to change the base?
Conversation
backend/models/user.model.js
Outdated
}); | ||
|
||
//exporting model | ||
module.exports = mongoose.model("user", UserSchema); |
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.
Export Properly so that others can import
backend/models/jobPosting.model.js |
backend/models/jobPosting.model.js resolve these conflicts |
resolve conflicts to be merged !! |
No description provided.