-
Notifications
You must be signed in to change notification settings - Fork 17
fix: return columns as well #785
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
if (dataStruct.columns) { | ||
ret.columns = dataStruct.columns; | ||
} |
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.
funnily, the else
case is not reported as missing in coverage
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #785 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 45 45
Lines 3651 3655 +4
=========================================
+ Hits 3651 3655 +4 ☔ View full report in Codecov by Sentry. |
## [6.17.6](v6.17.5...v6.17.6) (2025-01-07) ### Bug Fixes * return columns as well ([#785](#785)) ([691314e](691314e))
🎉 This PR is included in version 6.17.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
fix #784