Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Fix csv exporter properties#73

Merged
akiomik merged 1 commit intodevelopmentfrom
fix-csv-exporter-properties
Dec 25, 2021
Merged

Fix csv exporter properties#73
akiomik merged 1 commit intodevelopmentfrom
fix-csv-exporter-properties

Conversation

@akiomik
Copy link
Copy Markdown
Contributor

@akiomik akiomik commented Dec 25, 2021

No description provided.

@akiomik akiomik requested a review from shoe116 December 25, 2021 04:45
@akiomik akiomik self-assigned this Dec 25, 2021

propertyNames(): string[] {
return Object.keys(this.columnDescription)
return Object.keys(this.data)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

なるほど keys のシードを data にした、と。

@akiomik akiomik merged commit 0443ed9 into development Dec 25, 2021
@akiomik akiomik deleted the fix-csv-exporter-properties branch December 25, 2021 04:52
@akiomik akiomik mentioned this pull request Jan 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants