-
Notifications
You must be signed in to change notification settings - Fork 190
🐛 Fix incorrect migration URL path #975
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
|
Updates to Preview Branch (fix-post-comment-url) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
PR Reviewer Guide 🔍(Review updated until commit 12b4175)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 12b4175
Previous suggestionsSuggestions up to commit 6707cf1
|
||||||||||||||||||
Adjust migration URL according to changes introduced in 13ad841
6707cf1 to
12b4175
Compare
MH4GF
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.
😄
|
thx! |
Adjust migration URL according to changes introduced in 13ad841
example
wrong post example: #974 (comment)
the URL https://liam-erd-web.vercel.app/app/projects/6/migrations/69 is incorrect now. That must be like https://liam-erd-web.vercel.app/app/migrations/69
Issue
Why is this change needed?
What would you like reviewers to focus on?
Testing Verification
What was done
🤖 Generated by PR Agent at 6707cf1
postCommentfunction.Detailed Changes
postComment.ts
Update migration URL in `postComment` functionfrontend/apps/app/src/functions/postComment.ts
migrationUrlvariable to reflect the new path.Additional Notes