Skip to content

Commit

Permalink
Bulk download: NWFP: add quantity, unit
Browse files Browse the repository at this point in the history
  • Loading branch information
sorja committed Oct 15, 2024
1 parent d50c85a commit a23beaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/controller/cycleData/getBulkDownload/getNWFP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const getNWFP = async (props: Props) => {
}

const variableSet1 = Array.from({ length: 10 }, (_, i) => `product_${i + 1}`)
const colSet1 = ['product_name', 'value', 'category']
const colSet1 = ['product_name', 'value', 'category', 'quantity', 'unit']

variableSet1.forEach((variableName) => {
colSet1.forEach((colName) => {
Expand Down

0 comments on commit a23beaf

Please sign in to comment.