Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit eb078f9

Browse files
Fix column names
1 parent 65b5f16 commit eb078f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

group-members-with-skills.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@ async function getCSV (data) {
242242
'attributeName1',
243243
'attributeGroupName1',
244244
'attributeValue1',
245-
'attributeName1',
245+
'attributeName2',
246246
'attributeGroupName2',
247247
'attributeValue2',
248-
'attributeName2',
248+
'attributeName3',
249249
'attributeGroupName3',
250250
'attributeValue3',
251-
'attributeName3',
251+
'attributeName4',
252252
'attributeGroupName4',
253253
'attributeValue4',
254254
]

0 commit comments

Comments
 (0)