Skip to content

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

Merged
merged 1 commit into from
Jan 7, 2025
Merged

fix: return columns as well #785

merged 1 commit into from
Jan 7, 2025

Conversation

dominique-pfister
Copy link
Contributor

fix #784

Comment on lines +45 to +47
if (dataStruct.columns) {
ret.columns = dataStruct.columns;
}
Copy link
Contributor Author

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

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (4b7435d) to head (f6d68bc).
Report is 3 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@dominique-pfister dominique-pfister merged commit 691314e into main Jan 7, 2025
9 checks passed
@dominique-pfister dominique-pfister deleted the issue-784 branch January 7, 2025 09:31
github-actions bot pushed a commit that referenced this pull request Jan 7, 2025
## [6.17.6](v6.17.5...v6.17.6) (2025-01-07)

### Bug Fixes

* return columns as well ([#785](#785)) ([691314e](691314e))
Copy link

github-actions bot commented Jan 7, 2025

🎉 This PR is included in version 6.17.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

dominique-pfister added a commit that referenced this pull request Jan 7, 2025
github-actions bot pushed a commit that referenced this pull request Jan 7, 2025
## [5.13.18](v5.13.17...v5.13.18) (2025-01-07)

### Bug Fixes

* return columns as well ([#785](#785)) ([#786](#786)) ([4d5c259](4d5c259))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[JSON] multi-sheets don't have a columns array
2 participants