-
Notifications
You must be signed in to change notification settings - Fork 52
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
Fix projects #292
Fix projects #292
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
All requested changes have been completed. Please let me know if any further modifications are needed. |
Good approach seems api response was flattened and simplified. |
i am a waiting for the approval |
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.
Good work on the changes
Ok please let me know what this change is going to merge. I want to add in another branch the fix for images |
If I was not clear, I liked you changes - good job no need to change anything else |
if (!parsedProjects.success) { | ||
throw new Error(`Failed to parse projects: ${parsedProjects.error}`); | ||
} | ||
console.log(parsedProjects.data[0]); | ||
|
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.
Hey, any reason to keep console log here?
@@ -38,6 +38,8 @@ export default function ProjectCard({ | |||
|
|||
const t = useTranslations('Projects'); | |||
|
|||
console.log(owner, name) | |||
|
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.
Same question in here
Sorry I didn't noticed that this PR was already merged, if its got merged you can ignore my suggestions. |
No description provided.