-
Notifications
You must be signed in to change notification settings - Fork 347
Feature/backend/list of collaborators #1244
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
Feature/backend/list of collaborators #1244
Conversation
@vansh909 is attempting to deploy a commit to the avdheshvarshney's projects Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE. |
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.
After doing all the changes, plz share a working video of postman with that api
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.
Remove the changes from this file
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.
Keep your only 1 route for get all collaborators and remove all your rest changes
return res.status(200).json({collaborators: existingCollaborators}); | ||
} catch (error) { | ||
|
||
|
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.
What about after catch
?
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.
Unnecessary line additions?
7446ed0
to
f368eb7
Compare
@vansh909 Plz raise a new PR and also update your forked repo.
|
Closes: #1193
Describe the add-ons or changes you've made 📃
Type of change ☑️
What sort of change have you made:
Note to reviewers 📄