Skip to content

Commit

Permalink
Change order of CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Pillai committed Feb 11, 2019
1 parent 9a2cb1d commit 3cf083d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ router.post('/getcsv', (req, res, next) => {
// convert json to csv
res.write(json2csv(entries, {
fields: [
'section',
'student_id',
'section',
'score',
'lab',
'date',
Expand Down

0 comments on commit 3cf083d

Please sign in to comment.