-
Notifications
You must be signed in to change notification settings - Fork 6
Group b/sprint3 #142
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: main
Are you sure you want to change the base?
Group b/sprint3 #142
Conversation
package.json
Outdated
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.
why did we add a new package.json file?
NNPhaniCharan
left a comment
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.
Resolve Conflicts
Resolved them!! |
NNPhaniCharan
left a comment
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.
Resolve conflicts
Resolved them!! |
|
Hi @NNPhaniCharan, I have resolved the conflict. Please consider merging it. |
| coordinatorSignature: "", | ||
| coordinatorAgreement: false, | ||
| }); | ||
| // const [advisorDetails, setAdvisorDetails] = useState(null); |
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.
i guess u are not using this, so remove.
|
|
||
|
|
||
|
|
||
| const cronJobRoutes = require("./routes/cronJobRoutes"); |
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.
u are not using these imports anywhere in the file. so remove.
| schedule: job.schedule, | ||
| job: async () => { | ||
| try { | ||
| await CronJob.findByIdAndUpdate(job._id, { |
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.
repeated twice
Tasks done this week.