Skip to content

Commit

Permalink
API-222: Fixing missing variance note in exporter (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltruong authored Sep 1, 2023
1 parent d36268f commit a6aa309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/export-variance/invokable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function createCSV(records) {
record.sk.split('::')[1] || 'N/A',
record.year || 'N/A',
record.month || 'N/A',
record.note || '',
record.notes || '',
record.fields || ''
])
}
Expand Down

0 comments on commit a6aa309

Please sign in to comment.