Skip to content
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 data structure to merge #113

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Conversation

roothybrid7
Copy link
Contributor

I had a problem with the way the data was merged and I fixed it.

Copy link

vercel bot commented Dec 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-rest-framework ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2023 2:06am
next-rest-framework-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2023 2:06am

return false;
}
return 'paths' in x;
};
Copy link
Owner

@blomqma blomqma Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move this utility to the same file as the CLI script as this is only used by the CLI commands, thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok. I moved it to the CLI script file.

Copy link
Owner

@blomqma blomqma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for discovering and fixing this! I had one suggestion for moving the utility function to the CLI script file. Could you also remove the first commit of updating the lock file as I'm about to do some version upgrades for various packages soon which will update the lock file. The updated lock file version also fails on the CI and it should pass if you remove the first commit.

Copy link
Owner

@blomqma blomqma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💎

@blomqma blomqma merged commit bf94506 into blomqma:main Dec 18, 2023
2 checks passed
@roothybrid7 roothybrid7 deleted the fix-merge-data-by-cli branch December 19, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants